.cont{
   
    width:1061px;
    height:820px;
    border:1px black solid;
    text-align: center;
    background-color: white;
    margin-left:auto;
    margin-right:auto;
    display:flex;
    flex-direction: row;
 
}

.left-strip{
    width: 180px;
    height:100%;
    flex-direction: column;
   
   
}


.cert{
   
    width:1000px;
    height:810px;

    text-align: center;
    padding-top:20px;
    padding-left:50px;
    padding-right:70px;
    display:flex;
    flex-direction: column;
    justify-items: center;
}

.cert >*{
    margin-bottom:50px;

}
.cert>h2{
    font-family:Arial, Helvetica, sans-serif;
    font-size:32pt;
    text-align:center;
}
.cert>img.cs-icon{
    width:130px;
    height:115px;
    align-self: center;
}

.cert>img.ae-icon{
    width:120px;
    align-self: center;
}

.cert p{
    margin:0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 20pt;
    line-height:35pt;
}
.cert .course{
    font-weight: bold;
    font-size:24pt;
}

#name{
    text-align:center;
    font-family:Georgia, 'Times New Roman', Times, serif;
   }
.footer{
    border:red 0px dashed;
    display:flex;
    margin-top:40px;
    margin-left:40px;
}
#date{
    font-size:18pt;
    font-family:Arial, Helvetica, sans-serif;

   
   }

#buffy{
    width:200px;
    height:38px;
    margin-left:auto;
}



.strip{
   width:100%;
   height:100px;
   position:fixed;
   bottom:0px;
   left:0px;
   margin-bottom:0px;
   background-color:#d2d3d7 ;
   display:flex;
  justify-content: center;
   border-top:#999 3px dashed;
}



#create_pdf{
    position:absolute;
    top:25px;
    color:white;
  
    font-weight:bold;
    font-size:24px;
    border-radius:6px;
    border: none;
    text-align:center;
    display:inline-block;
    padding:10px 20px 10px 20px;
    cursor:pointer;
    margin-left:auto;
    margin-right:auto;

}

.big-font{
    font-size:36pt;
    border:0px;
    
}

.small-font{
    font-size:36pt;
    background-color:#f1f4ff;
    border:4px solid red;
    color:#777;
}

.small-font:hover{
    border:4px solid black;
}

.smaller-font{
    font-size:18pt;
}

.no-border{
    border:0px;
}
.burgundy-bg{
    background-color: #7d2546;
}
.blue-bg{
    background-color: #176F90;
}

.green-bg{
    background-color: #0b553c;
}

.green{
    color: #0b553c;
}

.burgundy{
    color: #7d2546;
}
.blue{
    color: #176F90;
}