#container
{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}

body, html
{
    height: 100%;
    margin: 0;
}

h1
{
    font-size: xxx-large;
    margin: 0px 0px 10px 0px;
    font-family: 'Indie Flower', cursive;
}

h2
{
    margin: 0px;
    font-size: large;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

a 
{
    color: black;
}

