@font-face {
    font-family: topaz;
    src: url(fonts/topaz_unicode_ks13_regular.ttf);
}

body {
    background-color: black;
    color: white;
    font-family: topaz,monospace;
    text-align: center;
}

#heider{
    font-size: 6em;
}
#tagline{
    margin: 60px;
}
#options{
    max-width: 500px;
    margin: auto;
}
.option:hover{
    background-color: white;
    color: black;
}
a,a:visited{
    color: white;
}
a:hover{
    color: black;
}
