body
{
    background: black;
    color: white;
    font-size: 80; 
}

div.container
{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    display: table;
}

p
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

a:visited, a:link
{
    color: white;
    text-decoration:none;
}

a:hover
{
    color: white;
    text-decoration:underline;
}

