body {
    background-color: black;
    color: white;
    text-align: center;
    font-size: 30px;
    font-family: "PT Serif", serif;
}

h1,
h2 {
    font-family: "Oleo Script Swash Caps", sans-serif;
}

h1 {
    font-size: 100px;
    margin-bottom: -10px;
}

h2 {
    font-size: 60px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 38px;
}

html,
body {
    height: 100%;
    text-align: center;
    font-size: 30px;
}

img.one {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

table {
    width: 100%;
    border-collapse: collapse;
}

td {
    padding: 10px;
}

.centered {
    width: 700px;
    margin: 0 auto;
}

a, a:hover, a:active, a:visited { color: white; }
