.site-content{
    margin-top: 50px;
    margin-bottom: 50px;
}
.site-content .ast-container{
    display: list-item;
}
h1{
    color: #1E0753;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
}
h3{
    color: #474DD5;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
}
h4{
    color: black;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    
}

li{
    font-weight: bolder;
    color: #1E0753;
}

button{
    height: 40px;
    width: 150px;
    background-color: #1E0753;
    color: white;
    justify-self: center;
    border-radius: 5px;
    margin-bottom: 20px;
    display: inline-flex;
    justify-content: center;
}
#listaNotas{
    justify-self: center;
}
button:hover{
    background-color: #474DD5;
    cursor: pointer;
}
.logo{
    text-align: center;
}
.logo img {
    height: 250px;
    width: 250px;
}
.info span{
    font-weight: bolder;
    font-size: large;
    color:#1E0753;
}
.info button {
    display: list-item;
    justify-content: center;
    text-align: center;
    padding: 0px;
    margin: 10px;
}

/* Recuadro explicativo */
.recuadro {
    margin-top: 10px;
    padding: 15px;
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #fff8b3; /* fondo amarillo suave */
    font-family: Arial, sans-serif;
}
.explicacion-contenedor {
    margin: 40px 0;
    text-align: center;
}
.explicacion-contenedor button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}