body {
    background: #000000;
    color: #fff;
    font-family: monospace;
}

canvas {
    border: solid .2em #fff;
    width: 384px;
    height: 640px;
}

main {
    display: flex;
    justify-content: center;
}

#sidepanel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    text-align: left;
    margin-left: 20px;
}

#next-piece {
    width: 3em;
    height: 2em;
    border: solid .05em #fff;

    padding-top: 1em;
    text-align: center;
    font-size: 64px;
}

#leaderboard-entry {
    padding-left: 1em;
}

#credits {
    text-align: center;
    max-width: 15em;
}
