html, body {
    width:  100%;
    height: 100%;
    margin: 0;
    background: #111;
    color: white;
    font-family: 'Turret Road', cursive;
  }

.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#game-canvas {
    /* display: block; */
    border:1px solid #000000;
    /* border-radius: 20px; */
    background:#f1f1f1;
    padding: 0;
    margin: auto;
}

header {
    text-align: center;
}

p {
    text-align: center;
}

#reset-high {
}