fieldset {
    /*background-color: aqua;*/
    border: medium none;
    margin: 0 0 10px;
    max-width: 93%;
    width: 100%;
    height: 100%;
    padding: 0 0 0 2px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 25px;
    
    
}

#form input[type="text"],
#form input[type="email"],
#form textarea {

    width: 95%;
    background-color:  #172a46;
    margin: 0 0 5px;
    padding: 10px;
    height: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 18px;
    
}


#form textarea{   
    height: 150px;
    resize: none;
    font-size: 18px;
}

#form {
    width: 100%;
}

/* button */



@media screen and (max-width:1300px) {
 
    fieldset {
    /*background-color: aqua;*/
    border: medium none;
    margin: 0 0 17px;
    max-width: 97%;
    width: 100%;
    height: 100%;
    padding: 0 0 0 2px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 25px;
    
}
    
    
}