h1{
    color: whitesmoke;
    background: #94a1bd;
    text-align: center;
    padding: 25px;
    border-radius: 25px;
}
#principal{
    border-style: solid;
    border-color: #94a1bd;
    background: linear-gradient(#a989cf, #efa9cd);
    border-radius: 25px;
    padding: 25px;
}
button{
    font-size: 25px;
    background: #94a1bd;
    color: black;
    border: 2px black;
    border-radius: 15px;
    
    
    
}

button:hover{
    font-size: 25px;
    background: #e0ecf5;
    color: black;
    border: 2px black solid;
    border-radius: 15px;
    
    
    
}
#botones{
    text-align: center;
    margin-top: 15px;
    
}

.labelleheth{
    color: mediumvioletred;
}