html, body {
  margin: 0;
  height: 100%;
}
#unity-canvas {
  width: 100%;
  height: 100%;
  display: block;
  background: #7f1035;
}
#chew-on-this-logo {
  width: 154px;
  height: 176px;
  border-radius: 10px;
  background-image: url('./../media/chew-on-this-logo.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff3d9;
}
