h1 {
    text-align: center;
    margin: 20px;
}

#perfil {
    display: block;
    margin: auto;
    border-radius: 100%;
    border: 1px solid red;
}

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: beige;
    display: flex;
    justify-content: center;
    padding-top: 150px;
}

body {
    background-color: beige;
}