body{
    border: 2px solid;
    max-width: 95%;
    margin: 50px auto;
}

.flex-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(248, 248, 224);
    padding: 10px 10px 20px 10px;
}

section{
        background-color: rgb(248, 248, 224);
}

footer{
    display: flex;
    justify-content: center;
    padding-top: 100px;
}

article, section > p, h1, label{
    text-align: justify;
    padding: 0 15px;
}

#capa{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    padding: 40px;
}

img, video{
    padding: 15px;
    border-radius: 5%;
}