body {
    background-color: black;
    color: white;
    font-family: 'Lato', Helvetica, sans-serif;
}



h1 {
    font-size: 72px;
    text-align: center;
    padding-top: 20vh;
}

h2 {
    text-align: right;
    padding-right: 20%;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* left: 0; */
}

footer p {
    text-align: center;
    font-size: 10px;
    color: #aaa;
}

footer p a {
    color: #aaa;
}