h1 { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; color: #B68B5D; } h3 { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; } p { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; } blockquote { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } pre { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }
body {
  background-color: #211F20;
}
.btn-style{
    
    background-color:#B68B5D;
}
.btn-style:hover {
	background-color: #855B2A;
}
label{
    color: #B68B5D;
    font-family: "Century Gothic";
}
h2{
    color: #B68B5D;
    font-family: "Century Gothic";
}

h6{
    color: #B68B5D;
    font-family: "Century Gothic";
}

.ilabel{
    font-family: "Century Gothic";
       font-weight: bold;
       color: #B68B5D;
       text-align: center;
       
   } 
.ilabel1{
       
       font-family: "Century Gothic";
       
       color: #B68B5D;
       text-align: center;
       
   } 
.ilabel2{
       
       font-family: "Century Gothic";
       font-weight: bold;
       color: #B68B5D;
       text-align: left;
       
   }  
 .register-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #FF0000;
      color: #FFFFFF;
      padding: 10px 20px;
      border-radius: 5px;
      font-size: 16px;
      text-decoration: none;
    }    
