body {
    background-color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    
}

#controls {
  position: absolute;
  left: 120px;   
  color: white;
  font-size: 25px;
  font-family:"pixelify-sans";
}

canvas {
    border: 10px solid rgb(3, 35, 90);
    background: none;
}

#win-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
