
body, html {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #111;
  color: #ffcc80;
  font-family: Georgia, serif;
}

#gameContainer {
  position: relative;
  width: 100vw;
  height: 100vh;
}

#oracleCanvas {
  display: block;
  width: 100%;
  height: 100%;
}

#messageBox {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #ffcc80;
}
