   /* Add some padding on document's body to prevent the content
    to go underneath the header and footer */
    html, body {
      font-size: 25px; 
      height: 100%;
      margin: 0;
      background: rgb(235, 235, 235);
      font-family:Verdana, Geneva, Tahoma, sans-serif;
    }


    .wrapper {
      height: 100%;
      display: flex;
      flex-direction: column;
    }

    
    .header {
      font-size: 43px;       
      background: rgb(39, 44, 118);
    
      color: white;
      padding: 30px;
    }
  




.noservice{

text-align: center;

}
    .xheader1 {        
           
      color: white;
      height: 150px;
     
      line-height: 150px; /* same as height! */
      width: 90%;
      margin-top: 25px;
      margin-bottom: 25px;
      margin-left: 5%;
      background-color: #3f4a02;
      font-size: 40px; 
      padding: 20;
      vertical-align: middle;
      text-align: center;      
      cursor: pointer;
     
    }

.cancelDiv{
  background-color: rgb(236, 6, 6);  
  height: 150px;
  color: white;   
  line-height: 150px; /* same as height! */
  text-align: center;
  width: 90%;
  margin-left: 5%;
  margin-bottom: 25Px ;
  font-size: 40px; 
  display:none;
}

    

    .xfooter {
      
      font-size: 60px; 
      background: rgb(10, 10, 10);
      text-align: center;
      color: white;
      padding: 15px;
      margin-top: 25px;
      margin-bottom: 25px;
      margin-left: 100px;
      margin-right: 100px;
      font-weight: bold;
      
   
    }

    .footer {

      background: rgb(29, 29, 29);
      color: rgb(102, 101, 101);
      text-align: center;
      font-size:35px;
      font-family:Verdana, Geneva, Tahoma, sans-serif;
      padding: 40px;
  
  
  }
  

  a{
    color: white;
    text-decoration: none; 
  }
  
  a:hover{
    text-decoration: underline;
  }
  

    .content {
      flex: 1;
      overflow: auto;
      
      padding: 0px;
    }
    

    H1{
      font-size: 50px; 

    }
    form {
      width: 90%;
      
    
      margin: 0 auto;
      padding: 20px;
      border: 0px solid black;
    }
    
    form ol {
      padding-left: 0;
    }
    
    form li, div > p {
      
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px;
      list-style-type: none;
      border: 0px solid black;
    }
    
    form img {
      height: 150px;
      order: 1;
    }
    
    form p {
      line-height: 32px;
      padding-left: 10px;
    }
    
    form label, form button {
     
      padding: 5px 10px;
      border-radius: 5px;
      border: 0px ridge black;
      font-size: 0.8rem;
      height: auto;
     
    }

   

 .templates{
  
 text-align:center;
 
 }  
 
 .templates img{

  width: 90%;
  height: auto;
  margin-bottom: 20px;

 }   

 


 .canvas{

  text-align:center;

  }

 .canvas img{

  
  width: 90%;
  height: auto;
  object-fit:contain;

  


  
  
 }   




 .templates div{
  
  text-align: center;
  background-color: rgb(255, 255, 255);
  box-shadow: black;
  
 }   


 .templates h2{
  
  font-size: 40px; 
  font-weight: bold;
  background-color: rgb(66, 5, 5);
  color: white;
  padding: 15px;
  margin: 0px;
  margin-bottom: 10px;
  
 }   
 
 
.title{

margin: 20px;

}


form p {
  line-height: 32px;
  padding-left: 100px;
  
}

form label, form button {
 
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.18rem;
  height: 100px;
}




input {
  appearance: none;
  visibility: hidden;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}

