@font-face {
    font-family: "vt323";
    src: url("../VT323-Regular.ttf");
}

#title, #author {text-align: center;}

.choices {display: block;}
.saveload {display: inline;}
div {text-align: center;}

button {border: 0;}
button:hover {font-weight: bold;}

body, button, p, label {
    font-size: 150%;
    font-family: "vt323", monospace;
    background-color: #000;
    color: #fff;
}