* {
    -webkit-user-select: none;
    user-select: none;
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.game {
    width: 640px;
    height: 480px;
    border: 2px solid black;
    margin: 20px auto;
}
