html, body {
    margin: 0;
    font: 20px Arial;
    color:white;
    height: 100%;
    background-color: black;
}

section
{
    text-align: left;
    display:flex;
    flex-direction: column;
    align-items: center;
    width:100%;
}

a.no-decoration
{
    text-decoration: none;
}

#header
{
    background-color: black;
    height:30%;
}

#otherSections
{
    position: relative;
    height:70%;
}

#previously
{
    position: absolute;
    background-color: #845EC2;
    bottom: 35%;
}

#footer
{
    position: absolute;
    background-color: #0081CF;
    bottom: 1%;
}


#header h1
{
    font-size: 1.8em;
    width:60%;
    letter-spacing: 1px;
    word-spacing: 2px;
}

#header p
{
    font-size: 1.2em;
    width:60%;
    margin:0;
    
}

#previously p
{
    font-size: 1em;
    width:60%;
}

#footer p
{
    font-size: 1em;
    width:60%;
}

#footer a
{
    color:#FFF;
}