@charset "utf-8";
#cdb1{
    height: 100px;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
 }
 body{
     background: rgb(240, 240, 240);
 }
 #cmb1{
     height: 450px;
     width: 90vw;
      max-width: 350px;
     background: white;
     display: block;
     position: relative;
     margin-left: auto;
     margin-right: auto;
     margin-top: 20px;
     border-radius: 8px;
     box-shadow:  #bbb8b8 2px 2px 7px ;
 }
 h1{
    text-align: center;
    font-size: 20pt;
    padding-top: 25px;
    padding-bottom:  15px;
    color: rgb(56, 82, 112);
 }
 p{
    text-align: center;
    font-size: 13pt;
    padding: 1px;
 }
#ccb1{
   text-align: center;
  
}
.cfa1{
   font-size: 12pt;
   text-decoration: none;
   padding: 4px 0px 4px 0px;
   border-radius: 5px;
   outline: 0px;
   margin: 5px 0px 0px 0px;
   width: 90%;
    max-width: 300px;
 }
 .cfa2{
  font-size: 12pt;
  text-decoration: none;
  background-color: rgb(56, 82, 112);
  color: white;
  border-style: none;
  border-radius: 5px;
  padding: 7px;
  margin: 5px 0px 10px 0px;
  width: 92%;
  max-width: 300px;
  
 }
 .c1ha1{
   text-align: center;
   font-size: 14pt;
   padding-top: 1px;
   padding-bottom:  1px;
   color: red;
  }
 .cfa2:hover{
  cursor: pointer;
 }
 .cfa2:disabled{
  cursor: default;
  background-color: rgb(100, 100, 100);
 }
 .cha1{
   text-align: center;
   font-size: 24pt;
   padding-top: 25px;
   padding-bottom: 15px;
 }