body {
    background-image: url(https://redroomcursed.neocities.org/backgrounds/bloodysnowcover.jpg);
    background-size: cover;
    font-family: ChiKareGo;
    font-size: 18px;
}

a {
    color: red;
}

a:hover {
    color: blue;
}

a:active {
    color: white;
}

.middlebox {
    background-color: black;
    outline: 1px solid red;
    color: red;
    padding: 10px;
    text-align: center;
    width: 40%;
}

@font-face {
    font-family: "ChiKareGo";
    src: url(https://redroomcursed.neocities.org/fonts/ChiKareGo.ttf);
}