h1{
    text-align: justify;
    color: white;
    padding-left: 40px;
    padding: 20px;
    border-radius: 20px;
    border: 0.5px;
}
#principal{
    color: white;
    text-align: center;
}

#botones{
    text-align: center;
}
label{
    font-weight: bolder;
    font-size: 20px;
}

.labelCoral{
    background: orange;
    border-radius: 2px;
    color:blue;
}
body{
    text-align:center;
}

#opc{
    
    text-decoration:underline;
}
#datos{
    text-align: left;
    padding: 2px;
}
.pie{
    background: black;
    width: 50%;
    border-radius: 10px;
    display:flex;
    padding: 4px;
}
#btn{
        font-size: 25px;
    background:pink;
    color:blue;
    border: 2px black solid;
    border-radius: 15px;
    margin: 10px;
}
button{
    padding: 10px;
    font-size: 14px;
    background: grey;
    border-radius: 10px;
    color:aqua;
    align-content: center;
}
button:hover{
        font-size: 18px;
    background: green;
    color:white;
    border: 2px black solid;
    border-radius: 15px;
}
a{
    text-decoration: none;
    color: white;
}