.unity-footer {
  display: none;
}

body {
  height: 95vh;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-image: url(./background.png);
  background-position: center;
  background-size: cover;
}

#unity-build-title {
  color: white;
}
