body {
    margin: 0;
}

#game_canvas {
    width: 800px;
    height: 400px;
}

#options {
    width: 752px;
    margin: 8px;
    padding: 16px;
    background-color: rgb(222, 222, 222);
    border-radius: 16px;
}

a {
    font-family: 'Indie Flower', cursive;
    font-size: 24px;
    text-decoration: none;
    transition-duration: 0.2s;
}

a:link, a:visited {
    color: rgb(0, 0, 0);
}

a:hover {
    color: rgb(100, 100, 100);
}

a:active {
    color: rgb(50, 50, 50);
}