.formulario{
    min-width: 30vw;
    padding: 1em;
    background: rgb(118, 188, 197);
    
}
.btn{
    background: rgb(184, 176, 75);
    border: none;
    border-radius: 15px;
    
}

.btn:hover{
    background: rgb(255, 253, 129);
    color: rgb(82, 77, 77);
 
}

.resultado{
    max-width: 30vw;
    padding: 1em;
    background: rgb(118, 188, 197);
}

.result{
    color: white;
    font-weight: 800;
}

.div{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}