#invoice{
    min-width: 650px;
}

h1, h2, h3{
    padding: 5px;
    margin: 0;
}

p{
    padding: 5px;
    margin: 0;
    font-size: 90%;
}

.pict-bg{
    width: 100%;
    min-height: 860px;
    /*overflow: hidden;*/
    margin: 0;
    padding: 20px;
    font-family: Roboto, sans-serif;
    margin-left: auto;
    margin-right: auto;
    width: 650px;
    /*height: 900px;*/
    background-color: #c4e3aa;
    padding: 0;
    margin: 0;
    color: black;
}

#qrcode {
  display: block;
  position: relative;
  top: 20px;
  left: 20px;
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
}


.pict-image{
    text-align:center;
    padding: 5px;
    /*background-color: Thistle;*/
    margin-left: auto;
    margin-right: auto;
    width: 125px;
}

.pict-image img{
    width: 125px;
    display: block;
    padding: 0;
    margin: 0;
}

.pict-top {
    text-align:center;
    /*background-color: LightGreen;*/
    padding: 0px 5px;
}

.p1{
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.p2{
    margin: 0;
    padding: 0;
    color: red;
    font-weight: bold;
    font-size: 120%;
}

.pict-center{
    /*background-color: PowderBlue;*/
    padding: 25px;
    text-align: justify;
}

span{
    font-weight: bold;
    font-style: normal;
    /*text-decoration: underline;*/
}

.cert-number{
    text-decoration: underline;
}

.pict-bottom{
    /*padding: 10px;*/
    /*width: 100%;*/
    width: 650px;
    /*position: fixed;*/
    /*bottom: 105px;*/
    display: flex;
    justify-content: space-between;
}
.pict-bottom-left{
    /*background-color: PowderBlue;*/
    width: 250px;
    text-align: left;
    padding: 10px;
}
.pict-bottom-right{
    /*background-color: LightGreen;*/
    text-align: right;
    padding: 10px;
}

.cert-btn{
    display: flex;
    justify-content: center;
    text-align: center;
}

.get-link{
    justify-content: center;
    text-align: center;
    padding: 0px 5px;
}
/*  ----  */

.get-link-form {
    margin: 0px;
  display: flex;
  width: 100%;
  justify-content: center;
}

#get-link-id {
    cursor: pointer;
    width: 80%;
    color: white;
    box-sizing: border-box;
    margin: 0px 0px;
    padding: 0px 0px;
    background-color: transparent;
    background-image: none;
    text-align:center;
    border: none;
    font-size: 80%;
}

#get-link-id:active, #get-link-id:hover, #get-link-id:focus {
    outline: 0;
    outline-offset: 0;
}

#get-link-id::selection {
	color: red;
}




