body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1, h2, h3 { color: #e67e22; }
        h1 { font-size: 2.5em; }
        h2 { font-size: 1.8em; border-bottom: 2px solid #e67e22; padding-bottom: 5px; }
        h3 { font-size: 1.4em; }
        .logo { font-size: 2em; font-weight: bold; color: #e67e22; text-align: center; margin: 20px 0; }
        .nav { background-color: #f8f8f8; padding: 10px; display: flex; justify-content: space-around; flex-wrap: wrap; }
        .nav a { text-decoration: none; color: #e67e22; font-weight: bold; padding: 5px 10px; }
        .mobile-nav-btn { display: none; background: #e67e22; color: white; border: none; padding: 10px; cursor: pointer; }
        img { max-width: 100%; height: auto; margin: 20px 0; }
        .btn { display: inline-block; padding: 10px 20px; background: #e67e22; color: white; text-decoration: none; margin: 10px 0; border-radius: 5px; }
        .game-types { margin: 30px 0; }
        .tags { margin: 20px 0; }
        .copyright { margin-top: 50px; text-align: center; font-size: 0.8em; color: #666; }
        @media (max-width: 768px) {
            .nav { display: none; flex-direction: column; }
            .nav.active { display: flex; }
            .mobile-nav-btn { display: block; }
            h1 { font-size: 2em; }
        }
