body {
  background-color: black;
  color: white;
  font-family: 'Courier New', Courier, monospace;
  text-align: center;
  padding: 20px;
}

h1 {
  font-size: 2.5em;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 1.8em;
  margin: 10px 0;
  user-select: none;
}

.btn {
  background: linear-gradient(90deg, #4b1468, #800080);
  color: white;
  border: none;
  border-radius: 25px;
  padding: 12px 30px;
  font-size: 1.1em;
  cursor: pointer;
  margin: 20px auto;
  display: inline-block;
}

hr {
  border: 1px dashed yellow;
  margin: 30px 0;
}

.game-section {
  margin: 20px 0;
}

.game-title {
  font-size: 1.8em;
  margin-bottom: 15px;
}

.prices {
  font-size: 1.3em;
  line-height: 1.7em;
}

.prices div {
  margin: 6px 0;
}

.section-note {
  color: red;
  margin-top: 15px;
  font-weight: bold;
}

.final-separator {
  border: 2px double red;
  margin: 50px auto;
  width: 80%;
}

.logo {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.logo img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
}

.store-name {
  font-size: 24px;
  color: #fff;
  margin-top: 10px;
  font-weight: bold;
}

.store-tagline {
  color: #ff4444;
  font-size: 16px;
  margin-top: 5px;
}

.social-title {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.social-icons a {
  margin: 0 10px;
  font-size: 1.5em;
  color: white;
  text-decoration: none;
}

.social-icons a:hover {
  color: #00ff99;
}