    form{
        max-width: 100%;
    
    }
    
     legend{
        font-size: 1.4em;
        font-weight: bold;
        background: #fff;
        padding: 5px;
         font-family: 'Hind', sans-serif; 
    }
    
    label{
        display:block;
        margin-top: 15px;
        font-size: 1.2em;
        font-family: 'Open Sans', sans-serif;
    }
    
    
    fieldset{
        padding: 10px 15px 10px;
        margin-bottom: 30px;
        border: 3px solid black;
    }

    input[type=text],
    input[type=email]{
        width: 100%;
        margin-bottom: 5px;
        height: 20px;
    }
   
    input[type=radio]{
        margin-right: 4px;
    }
    
    textarea{
        width: 100%;
         margin-bottom: 10px;
        display: block;
    }
    
    
    form ul{
        margin-bottom: 10px;

    }
    
    form li{
        list-style-type: none;
        margin-left: 10px;
        text-align: left;
    }
    
    select{
        margin-bottom: 10px;
    
    }
    

.submit{
    background-color: #295345;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
    margin-top: 25px;
}

.submit:hover {
    background-color: #376f5c;
    color: white;
}