.buttom {
    text-decoration: none; 
    font-weight: bold; 
    color: gray;
    border: 1px solid #00A2FF ;
    border-radius: 10px;
    padding: 2px 5px 2px  5px
}

.buttom:hover {
    color: black;
    background-color: white ;
}

label {
    font-weight: bold;
}

@media (max-width: 576px) {
   input {
       height: 40px !important;
   }

   * {
       font-size: 17px;
   }

   .buttom {
       font-size: 25px;
   }
}