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