body{
    background-color:cadetblue;
}

h1{
    background-color: burlywood;
    color:firebrick;
    font-size: 50px;
    text-align: center;
}
button{
    font-size: 40px;
    color:darkorange;   
    border-collapse: separate;
    background-color:darkseagreen;
    border: 2px black solid;
    border-radius: 30px;
}

button:hover{
    font-size: 40px;
    color: red;
    border-collapse: separate;
    background-color: yellow;
    border: 2px black dotted;
    border-radius: 30px;
}
#nombre{
    color: red;
    text-align: center;
    border-radius: 15px;
    font-size: 30px;
    margin: 10px;
}
#A{
    color: blue;
    border-radius: 15px;
    font-size: 30px;
    text-align: center;
    margin: 10px;
}
#gusto{
    font-size: 20px;
text-align: center;
    background-color: darkseagreen;
border-style: solid;
        
}

.E{
     background-color: darkseagreen;
    border-style: solid;
    margin: 10px;
    font-size: 25px;
    
}

#F{
     width: 25%; 
     text-align: center;
    background-color: burlywood;
    padding: 5px;
    margin: 20px;
        justify-content: center;
    font-size: 30px;
    color:brown;
    border-style: solid;
    border-radius: 15px;
   
    
}
select{
    color: red;
    font-size: 25px;
}
textarea{
    background-color:darkkhaki;
    text-align: justify;
    border-radius: 15px;
    font-size: 20px;
}
    