#container {
  background: black;
}

body {
  background: black;
  height: 100vh;
  width: 100vw;
  color: #0fce0f;
  overflow: hidden;
}