body {
    font-family: 'Press Start 2P', cursive;
    line-height: 1.6;
    background-color: #171a1c !important;
}

/* LOGO */
.hero-logo {
    width: 220px;
    image-rendering: pixelated;
}

.hero-title {
    font-size: 2rem;
    letter-spacing: 2px;
}

.hero-claim {
    font-size: 1.2rem;
}

/* PIXEL DIVIDER */
.pixel-divider {
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 20px 0;
}

.pixel-divider .dot {
    width: 8px;
    height: 8px;
    image-rendering: pixelated;
}

.pixel-blue {
    background: #5EA1C4;
}

.pixel-white {
    background: #ffffff;
}

.pixel-yellow {
    background: #F3D134;
}

/* SECTION TITLES */
.section-title {
    font-size: 1.4rem;
    margin-bottom: 20px;
    color: #F3D134;
}

/* GAMES */
.game-card {
    border: 3px solid #ffffff;
    background: #0d0d0d;
    image-rendering: pixelated;
    transition: transform 0.2s ease-in-out;
}

.game-card:hover {
    transform: scale(1.03);
}

.game-thumb {
    image-rendering: pixelated;
    border: 2px solid white;
}

.game-title {
    font-size: 1rem;
}

.game-desc {
    font-size: 0.75rem;
    opacity: 0.8;
}

/* PIXEL BUTTON */
.btn-pixel {
    display: inline-block;
    background: #F3D134;
    border-color: #E9A328;
    padding: 10px 18px;
    color: #000 !important;
    font-size: 0.8rem;
    text-decoration: none;
}

.btn-pixel:hover {
    background: #E9A328;
}

/* CONTACT */
.contact-link {
    color: #406B4F;
}

.contact-link:hover {
    color: #5EA1C4;
}

.bg-pixel {
    position: absolute;
    z-index: 0;
}