        * {
            margin: 0;
            padding: 0;
            font-family: "Google Sans", sans-serif;
            box-sizing: border-box;
        }
        body {
            position: relative;
            height: 100%;
            overflow-x: hidden;
        }
        header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-height: 10vh;
            padding: 2vh 5vw;
        }
        header img {
            width: 2rem;
        }
        .name {
            font-size: clamp(1.5rem, 3vw, 3rem);
            font-weight: 900;
            display: flex;
        }
        .name span:nth-child(1) {
            color: rgba(0, 0, 255, 0.619);
        }
        .name span:nth-child(2) {
            color: rgba(255, 0, 0, 0.799);
        }
        .navigation {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .navigation ul {
            display: flex;
            gap: 2vw;
            list-style-type: none;
            justify-content: center;
            align-items: center;
        }
        .navigation ul li {
            font-size: clamp(1rem, 1.5vw, 1.5rem);
            font-weight: bold;
        }
        .user-icons {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 1vw;
        }
        .user-icons div:hover {
            cursor: pointer;
            transform: translateY(-12px);
        }
        .user-icons div:nth-child(3):hover {
            transform: rotate(90deg);
        }
        .user-icons div {
            border-radius: 0.8rem;
            padding: 0.5rem 0.6rem;
            transition: all 0.4s ease;
            cursor: pointer;
        }
        .user-icons div:nth-child(1) {
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 0.8rem;
            padding: 0.6rem 0.8rem;
        }
        .user-icons div:nth-child(2) {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 0.4rem;
            border: 2px solid lightgray;
            background-color: rgba(211, 211, 211, 0.441);
            padding: 0.5rem 1rem;
            border-radius: 2rem;
            font-size: clamp(0.7rem, 1vw, 0.95rem);
            font-weight: bold;
            cursor: pointer;
            white-space: nowrap;
        }
        .footer {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            padding: 4% 5% 3% 5%;
            background-color: #272727d0;
            border-top: 1px solid rgba(0, 195, 255, 0.4);
            color: #ffffff;
            align-items: start;
            gap: 2rem;
            text-shadow: 1px 1px 2px #000000;
        }
        .foot1 {
            display: flex;
            flex-direction: column;
            gap: 1.7rem;
        }
        .foot1 img {
            cursor: pointer;
            filter: invert(1);
            opacity: 0.8;
            transition: all 0.3s ease;
        }
        .foot1 img:hover {
            transform: translateY(-3px);
            opacity: 1;
            filter: invert(0.6) sepia(1) saturate(3) hue-rotate(200deg);
        }
        .foot1-sec1 {
            font-size: 2.6rem;
            font-weight: 900;
        }
        .foot1-sec1 span:nth-child(1) {
            color: #00c3ff;
        }
        .foot1-sec1 span:nth-child(2) {
            color: #ff3366;
        }
        .foot1-sec2 {
            display: flex;
            gap: 1.2rem;
            padding-left: 0.2rem;
        }
        .foot1-sec2 img {
            height: 24px;
            width: 24px;
        }
        .foot2 {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }
        .foot2 li {
            list-style: none;
        }
        .foot2 img {
            height: 22px;
            width: 22px;
            transition: transform 0.3s ease;
        }
        .foot2 span:nth-child(1) {
            font-size: 1.6rem;
            font-weight: 800;
            margin-bottom: 0.2rem;
            padding-bottom: 0;
        }
        .foot2 ul {
            display: flex;
            flex-direction: column;
            gap: 1.2rem;
            box-sizing: border-box;
        }
        .foot2 ul li {
            font-size: 1.04rem;
            font-weight: 300;
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            color: #d1d5db;
            line-height: 1.5;
        }
        .foot2 li:hover {
            color: #ffffff;
            transform: translateX(5px);
        }
        .foot2 li:hover img {
            transform: scale(1.1);
        }
        .foot {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            box-sizing: border-box;
            align-items: start;
        }
        .foot span {
            font-size: 1.6rem;
            font-weight: 800;
            box-sizing: border-box;
            margin-bottom: 0.2rem;
        }
        .foot ul {
            display: flex;
            flex-direction: column;
            gap: 1.2rem;
            box-sizing: border-box;
            padding: 0;
            margin: 0;
        }
        .foot ul li {
            font-size: 1.04rem;
            font-weight: 300;
            list-style: none;
            cursor: pointer;
            transition: all 0.3s ease;
            color: #d1d5db;
        }
        .foot ul li:hover {
            color: #00c3ff;
            transform: translateX(5px);
        }
        .games {
            background-color: white;
            box-shadow: 0 4px 8px 0 rgba(125, 125, 125, 0.548),
                0 6px 20px 0 rgba(255, 255, 255, 0.19);
            border-radius: 1rem;
            width: 250px;
            overflow: hidden;
            flex-shrink: 0;
        }
        .games img {
            width: 100%;
            height: 70%;
            object-fit: cover;
        }
        .game-detail {
            padding: 1rem;
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }
        .platform span {
            margin-left: 0.4rem;
            padding: 0.1rem 0.4rem;
            border-radius: 0.4rem;
            font-size: 0.9rem;
            font-weight: 600;
            background-color: rgba(244, 244, 244, 0.584);
        }
        .platform span:nth-child(1) {
            color: rgba(0, 0, 0, 0.587);
        }
        .platform span:nth-child(2) {
            color: rgba(9, 148, 9, 0.676);
            background-color: rgba(14, 206, 14, 0.39);
        }
        .platform span:nth-child(3) {
            color: rgb(2, 73, 255);
            background-color: rgba(11, 137, 255, 0.55);
        }
        .price {
            font-weight: bolder;
            margin-left: 0.4rem;
        }
        .store-nav {
            display: flex;
            justify-content: center;
            padding: 0.7rem 3rem;
            background-color: rgba(255, 0, 0, 0.724);
            border-radius: 0.5rem;
            box-shadow: 0 4px 8px 0 rgba(249, 0, 37, 0.548),
                0 6px 20px 0 rgba(255, 255, 255, 0.19);
            cursor: pointer;
            color: white;
            font-weight: bold;
        }
        .f-games {
            display: flex;
            gap: 3rem;
            flex-wrap: wrap;
            justify-content: center;
        }