body {
    background-color: #000;
}

#main {
    text-align: center;

    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
}

p.center {
    color: #d6ab39;
    font-family: 'Rage', italic;
    text-align: center;
    font-size: 128px;
}

a {
    color: #d6ab39;
    text-decoration: none;
}

:visited {
    color: #d6ab39;
}


@font-face {
    font-family: 'Rage';
    src: url('/x/fonts/rage-italic.ttf');
}
