h1{
    color: whitesmoke;
    background: linear-gradient(#a989cf, #efa9cd);
    text-align: center;
    padding: 15px;
    border-radius: 15px;
}
#principal{
    border-style: solid;
    border-color: #94a1bd;
    background: linear-gradient(#a989cf, #efa9cd);
    border-radius: 15px;
    padding: 15px;
    
}
#contenedor-header {
    background: #7e5878;
    border-radius: 10px;
    padding : 10px;
    display : flex;
    text-align: center;
     
}

#header-titulos{
    width : 100%;
    color:white;
    font-size: x-large;
   text-align: center;
}

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;
}