h1 {
    text-align: center;
    margin: 20px;
}

#perfil {
    display: block;
    margin: auto;
    border-radius: 100%;
    border: 1px solid red;
}

p, button, #titulo-form {
    margin-top: 5px;
}

p, button, #titulo-form {
    margin-top: 20px;
}

#titulo-form {
    text-align: center;
}



footer {
    padding: 10px;
    text-align: center;
}

form {
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
    flex-direction: column;
}

#imagenes {
    padding: 3%;
    display: flex;
    justify-content: space-evenly;
}

#video {
    display: flex;
    justify-content: center;
}

#frase {
    text-align: center;
}

#body-historia {
    background-color: rgb(145, 228, 179);
    display: flex;
    justify-content: center;
    padding-top: 150px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); /* Sombra suave */
    border: 3px solid #ccc; /* Borde gris claro */
}

body {
    background-color: rgb(205, 205, 77);
}