*{
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-weight: normal;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
  }
h2{
    letter-spacing: 2px;
    margin-top:50px;
}
  input{
    width: 80%;
    height: 50px;
    color: black;
    background-color: #FBF7FB;
   

 
   
    margin-top: 15px;
    margin-bottom: 10px;
    
  }

  select{
    width: 85%;
    height: 50px;
    color: black;
    background-color: rgb(243, 243, 243);
    border: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid black;
    padding: 10px;
    margin-left: 7%;
    margin-top: 15px;
    
  }