body {
    min-height: 100vh; /* Esto asegura que el body ocupe al menos el 100% de la altura de la ventana */

}


main {
    height: 631px;
    
}
.sobremi {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    max-width: 800px; /* Ajusta el ancho máximo */
    margin: 50px auto; /* Centra el div horizontalmente */
    padding: 20px;
    background: linear-gradient(to bottom, #1e3c72, #2a5298);
    border-radius: 10px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff;
    text-align: center; /* Asegura que el texto quede centrado */
}


main p {
    margin-bottom: 20px;
    text-align: justify;
}

main p:last-child {
    font-weight: bold;
    text-align: center;
    color: white;
}
