body {
    margin: 0;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.65;
    color: #0b2a44;
    background-color: #6ee3fd;
}

.us-menuheader-list {
    white-space: nowrap;
    background-color: #0b4fa3;
    box-shadow: 0 4px 0 #06346b, 0 12px 24px rgba(0, 0, 0, .25);
    margin-bottom: 30px;
}

.header-wrapper-title {
    color: #2059b0;
    font-size: 1.25rem;
    font-family: Fredoka One, Verdana, sans-serif;
}

.header-wrapper-link {
    color: #ff7a18;
    font-weight: 700;
    margin-left: 1rem;
}

.txt-search {
    padding: 9px 16px 9px 45px;
    background-color: #145b9e;
    width: 100%;
    border-radius: 999px;
    color: #eaf6ff;
    border: 2px solid #6fdcff;
    outline: none;
    box-shadow: inset 0 0 12px rgba(111, 220, 255, .25);
}

.txt-search::placeholder {
    color: #bde9ff;
}

.game-flow {
    margin-top: 10px;
    padding: 10px;
    margin-bottom: 1.5rem;
    background-color: #0b4fa3;
    color: #ffffff;
    border-radius: 16px;
}

.us-content {
    background-color: #1b67c1;
    padding: 30px;
    border-radius: 18px;
    margin-top: 35px;
    box-shadow:
        0 16px 32px rgba(0, 0, 0, .55),
        inset 0 0 22px rgba(120, 220, 255, .15);
    color: #d7dde1;
}

footer {
    padding: 1.2rem 0;
    background-color: #083b78;
    color: #bde9ff;
}

.fixed-menu-mobile {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background-color: #2256b8;
    z-index: 1199;
    transition: right .4s ease;
    overflow-y: auto;
}

.mygames__panel {
    width: 100%;
    max-width: 400px;
    height: calc(100% - 16px);
    top: 8px;
    right: 0;
    position: fixed;
    background-color: #0e3a63;
    color: #eaf6ff;
    border-radius: 18px;
    box-shadow:
        -12px 0 30px rgba(0, 0, 0, .65),
        inset 0 0 20px rgba(120, 220, 255, .18);

    display: none;
    flex-direction: column;
    z-index: 1200;
    scrollbar-color: #6fdcff transparent;
}

h2 {
    color: #ffcc00;
}

.link:hover {
    color: #ffcc00;
}