@font-face {
    font-family: digital;
    src: url(arcade.ttf);
}

body {
    text-align: center;
}

canvas {
    background-color: #a6c260;
    border: 5px solid white;
    outline-style: dotted;
    outline-color: black;
}

div#game-score {
    text-align: left;
    font-family: digital;
    margin-top: -5px;
    font-size: 1.5em;
    width: 360px;
    display: flex;
    flex-direction: row;
    padding-left: 5px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

div#game-score span {
    flex: 1;
}

div#game-score .max {
    text-align: right;
}
