body{ 
    /*height: 100vh;
     background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),
     url(https://images.unsplash.com/photo-1593113598332-cd288d649433?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1050&q=80);
     background-size: cover; 
    color: white;*/
 }
.main{
    position: absolute;
    width: 100%;
    height: 100%;


}
.main .header
{
    height: 8%;
    background: url(../images/logo.webp) no-repeat;
    background-size: 201px 63px;
    margin: 10px 0px 0px 15px;
}
 pre code {
     background-color: #eee;
     border: 1px solid #999;
     display: block;
     padding: 20px;
   }
     
.content{
     background-color: #222a35;
     height: 84%;
     font-family: 'Montserrat', sans-serif;
     color: white;
      
 } 
.footer{
    background-color: #2fbaaa;
    position: absolute;
    height: 8%;
    text-align: center;
    position: relative;
    color:white;
    
}
a{
    
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    display: block;
    height: 45px;
    background: #f1cb09;
    padding: 10px;
    text-align: center;
    border-radius: 25px;
    color: black;
    font-weight: bold;
    line-height: 25px;
}
button{
    
    background-color: #ea372d;
      border: none;
      color: white;
      padding: 15px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      margin: 4px 2px;
      width:100%;
      border-radius: 25px;
      font-weight: bold;
      line-height: 25px;
    
    cursor: pointer;
}
.submitBtn{
    
    background-color: #f1cb09;
      border: none;
      color: black;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      margin: 4px 2px;
      font-weight: bold;
      line-height: 25px;
    
    cursor: pointer;
}

h4
{
    text-align:center;
}
