
#cuerpo{
    background: #079A63;
    border-radius: 40px;
    border: 3px;
    border-color: darkgoldenrod;
    margin: auto;
    text-align: center;
    width: 30%;

}
button{
    padding: 7px;
    border-radius: 8px;
    background: grey;
    color:aqua;
    margin-bottom: auto;
    font-size: 22px;

    
}
button:hover{
    font-size: 25px;
    background: blue;
    color:white;
    border: 2px black solid;
    border-radius: 15px;
}
a{
    color: white;
    text-decoration: none;
}
h1{
    font-size: 40px;
    font-style: oblique;
    color:#6F0303;
}
form{
    background: yellow;
    border-radius: 40px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border: 3px;
    color:darkblue;
    font-family: fantasy;
    font-size: 26px;
}
input{
    border-color: red;
    background: white;
    font-size: 20px;
}