html, body {
    height: 100%;
}
  
.main-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

footer {
  margin-top: auto;
}

body, h1, h2, h3, h4, h5, h6, .btn, .card-title, .card-text {
  font-family: 'Helvetica', 'Arial', sans-serif;
}

body {
  background-color: #050505;
  color: #f5f5f5;
}

.site-logo {
  display: inline-block;
  font-weight: 700;
  font-size: 2.125rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
}

.site-logo:hover,
.site-logo:focus {
  color: #e0e0e0;
}

.hero {
  background: linear-gradient(135deg, rgba(255, 0, 0, 0.15), rgba(0, 0, 0, 0.6));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
  padding: 3rem 2rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
}

.hero p {
  color: #d6d6d6;
  max-width: 720px;
  margin: 0 auto 1.75rem;
}

.hero .btn {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.section-title {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.game-card {
  background-color: #101010;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.25rem;
  padding: 2.5rem;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.4);
}

.game-card h3 {
  font-weight: 700;
  letter-spacing: 0.04em;
}

.game-card p,
.game-card li {
  color: #d0d0d0;
}

.game-card img {
  border-radius: 1rem;
  width: 100%;
  height: auto;
}

.game-meta {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}

.game-meta span {
  display: inline-block;
  font-weight: 600;
  margin-right: 1.25rem;
  letter-spacing: 0.06em;
}

.future-games .card {
  background-color: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1.25rem;
  padding: 2rem;
  height: 100%;
}

.future-games .card h3 {
  font-weight: 600;
  letter-spacing: 0.04em;
}

.future-games .card p {
  color: #bcbcbc;
}

@media (max-width: 767.98px) {
  .site-logo {
    font-size: 1.75rem;
  }

  .game-card {
    padding: 1.75rem;
  }
}
