body {
    margin: 0;
    overflow: hidden;
}

.hidden {
    display: none !important;
}

h1 {
    color: black;
    font-size: 64px;
}

.winner {
/*    display: flex; 
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    height: 100vh;
    width: 100vh;*/
}

/*#box {
  position: absolute;
  background: #111;
  height: 40px;
  width: 40px;
  cursor: move;
}

#ground {
  position: absolute;
  background: #666;
  top: 140px;
  width: 400px;
  height: 120px;
}*/

html, body {
  position: relative;
  height: 100%;
  margin: 0;
}