/* ===== MOBILE ===== */

@media (max-width: 768px) {

  .header {
    flex-direction: column;
    gap: 10px;
    padding: 15px;
    text-align: center;
  }

  .nav a {
    margin: 0 10px;
    font-size: 14px;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero p {
    font-size: 14px;
  }

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

  .btn {
    width: 80%;
    text-align: center;
  }

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

  .card {
    width: 90%;
  }
}