* {
    background-color: black
}

@font-face {
    font-family: cs;
    src: url(fonts/Comic_Sans_MS.ttf)
}

h1 {
    color: antiquewhite;
    font-family: cs;
    text-align: center;
    font-size: 4em;
}

tre {
    font-family: cs;
    color: antiquewhite;
    font-size: 1.5em;
}

a {
    text-decoration: none;
}
