html, body {
    font-family: sans-serif;
    padding: 0;
    margin: 0;
}

table {
    width: 100%;
    height: 100%
}

td {
    vertical-align: middle;
    text-align: center;
}

div.container {
    position: relative;
}

h1 {
    font-weight: normal;
    font-size: 3em;
    margin-top: 1em;
}

p {
    font-size: 0.8em;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
