@import url("/static/stylesheet.css");

body {
    text-align: center;
    font-size: 18px;
    font-family: 'SilkscreenNormal', monospace;
}

#mainContent {
    text-transform: uppercase;
    text-align:left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25%;
    width: 700px;
}

a {
    color: #336699;
    text-decoration: none;
    text-transform: uppercase;
}

a:hover {
    text-decoration: underline;
}

