@import url("https://fonts.googleapis.com/css2?family=Inter:wght@600;700&display=swap");

.gameloc {
  position: relative;
  overflow: hidden;
  justify-content: center;
  width: 600px;
  height: 500px;
  line-height: 50%;
  margin: auto;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.centered-fixed {
  position: fixed;
  top: 1.5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.grapes-os-header {
  font-size: 1rem;
  font-weight: 700;
  color: #f0f0f8;
  text-align: center;
  margin-top: 0;
}

.small-text {
  font-size: 0.9rem;
  color: rgba(240, 240, 248, 0.6);
  text-align: center;
}
