* {
    box-sizing: border-box;
}

canvas#game {
    border: 1px solid black;
    border-radius: 10px;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100dvh;
    margin: 0;
    overscroll-behavior: contain;
}