.main-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.game-area {
  width: 1280px;
  height: 720px;
}

#unity-container {
  width: 100%;
  height: 100%;
  position: relative !important;
  margin: 0 auto;
}

#unity-container.unity-desktop {
  left: auto !important;
  top: auto !important;
  transform: none !important;
}

.title {
    text-align: center;
}

.description {
  width: 1280px;
  max-width: 95%;
  margin-top: 40px;
}

.description p {
  line-height: 10px;
}
