BODY {
    background-color: white;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

#content {
    position: relative;
    width: 100%;
    height: 98vh;
    display: flex;
    flex-direction: column;

}

DIV {
    border: 0px solid red;
}

DIV.body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    padding-bottom: 5%;
}

DIV.body > #logo {
    max-height: 720px;
    max-width: 1984px;
    width: 95%;
    height: auto;
}

DIV.footer, DIV.header {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

DIV.header {
        font-family: 'Arial', sans-serif;
        font-size: 2em;
        color: black;
        text-align: center;
        line-height: 1.2;
        padding: 20px;
        margin-bottom: 20px;
        /*background: linear-gradient(to right, rgba(126, 12, 78, 0.5), rgba(80, 112, 126, 0.5));*/
        border-radius: 0px;
        /*box-shadow: 0px 5px 15px rgba(0,0,0,0.3);*/
        text-transform: uppercase;
        letter-spacing: 3px;
        /*text-shadow: 2px 2px 4px rgba(0,0,0,0.5);*/
}

DIV.footer {
    text-align: center;
    padding-bottom: 1%;
}

P.about {
    width: 45%;
    text-align: justify;
}
.blockquote {
    font-family: 'Playfair Display', serif;
    font-size: 1.3em;
    line-height: 1.6;
    margin: 50px;
    color: #333;
    padding: 20px;
    position: relative;
    background: #e9e9e9;
    border-radius: 25px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 0.05em;
}

.cite {
    font-size: 0.8em;
    color: #555;
    display: block;
    margin: 10px 0 0 0;
    text-align: right;
}