body {
    background-color: black;
}

.playfield {
    width: 100%;
    height: 100%;
}

canvas {
    background: #E9E1D4;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
}

.menu {
    position: absolute;
    top: 3%;
    left: 76%;
    visibility: hidden;
    background-color: #CD6A86;
    border-radius: 15%;
    opacity: 0.8;
}

.show {
    visibility: visible;
}

.center {
  align-items: center;
  text-align: center;
}

.indent {
  margin-left: 10px;
}