body {
    background-image: url("img/noway.gif");
    background-size: contain;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center center;
    font-family: 'Sonic3ResortIslandHUD';
    min-height: 100vh;
    text-align: center;
    font-size: large;
    color: white;
    margin-top: 20vh;
}

@font-face {
  font-family: 'Sonic3ResortIslandHUD';
  src: url('font/sonic-3-resort-island-hud-font.otf') format('opentype');
}

a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-shadow: 0 0 5px black;
    background-color: rgba(98, 135, 255, 0.685);
    padding: 5px;
}
a:hover {
    background-color: rgb(127, 157, 255);
}

