/* Estilos generales */
body {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
    margin: 0;
    padding: 20px;
    background-color: #f4f4f4;
}

/* Estilo del título */
h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Imagen dentro del título */
h1 img {
    width: auto; /* Ajusta el tamaño de la imagen */
    height: auto;
    margin-top: 50px;
}

/* Estilos de los párrafos */
p {
    font-size: 18px;
    max-width: 800px;
    line-height: 1.6;
    margin-bottom: 15px;
}
