@font-face {
    font-family: "mononoki";
    src: url("../fonts/mononoki-Bold.otf");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "mononoki";
    src: url("../fonts/mononoki-BoldItalic.otf");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "mononoki";
    src: url("../fonts/mononoki-Italic.otf");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "mononoki";
    src: url("../fonts/mononoki-Regular.otf");
    font-weight: normal;
    font-style: normal;
}

body {
    background: url(../images/site/gradient.png);
    color: #EBE1EF;
    font-family: 'mononoki', 'Courier New', Courier, monospace;
}

main {
    background-color: #000;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    border-radius: 4px;
    margin-top: 40px;
    text-align: center;
}

h2::before, h2::after {
    content: ' ── ';
}

a {
    color: #fd1c01;
}

a:hover {
    font-style: italic;
}

strong:hover {
    color: #fd1c01;
}

#generator-box {
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #EBE1EF;
    width: 300px;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
}

#start-randomizer {
    margin-left: auto;
    margin-right: auto;
    background-color: #000;
    color: #EBE1EF;
    border-radius: 0;
    border: 1px solid #EBE1EF;
    font: inherit;
}

#start-randomizer:active {
    border: 1px solid #000;
    background-color: #EBE1EF;
    color: #000;
}

li::marker {
    content: '';
}