/* Estilos para centrar el texto */
.centrar-texto h1 {
    text-align: center;
    margin-top: 0px; /* Añade un margen superior para centrar verticalmente */
    padding-top: 0;
}

.fw-300 {
    color: #337ccf; 
    font-weight: bold;
    text-align: center;
    margin-top: 0px; 
    padding-top: 6rem;
}
.fw-300:hover{
    font-size: 35px; 
    COLOR: #337ccf; 
    text-shadow: 1px 1px 6px #508AD3;
}

