body 
{
    background-image: url("background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    color: #abddec;
    height: 100vh;
    padding: 0;
    margin: 0;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
}

a 
{
    color: azure;
}

sup 
{
    margin-left: .1em;
}

p
{
    line-height: 2em;
}

main 
{
    display:flex;
    justify-content: center;
    height: 30vh;
    align-items: center;
    
}

main h1 
{
    display: block;
    font-weight: 300;
}

footer 
{
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0 2em;
}
footer p 
{
    font-size: .6em;
}

.center 
{
    text-align: center;
}