body{
    text-align: center;
}
button{
    padding: 5px;
    border-radius: 8px;
    background: grey;
    color:aqua;
}
input{
    border-color: red;
    background: black;
    font-size: 20px;
}
div{
    background: white;
}
#resultado{
    color:#e4007c;
}
#botones{
    background:#191970;
    padding: 12px;
}
h1{
    font-size: 50px;
}
button:hover{
    font-size: 25px;
    background: green;
    color:white;
    border: 2px black solid;
    border-radius: 15px;
}
a{
    color: white;
    text-decoration: none;
}