html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    font-family: system-ui;
}

#pixi-content {
    background: #000000;
    width: 100%;
    height: 100%;
}

#home {
    background: #000000;
    padding-left: 14px;
    overflow: auto;
}

img {
    max-width: 100%;
    height: auto;
}

#home,
#home a {
    color: #faf4f4f3;
}

#home ul {
    padding-left: 0px;
}

#home li {
    list-style: none;
    margin: 26px;
    display: block;
    width: 200px;
    border-color: white;
    border-style: solid;
}

#home li a {
    display: block;
    padding: 10px;
    text-decoration: none;
}

#home li a:hover {
    background-color: purple;
}

.fullscreen {
    position: absolute;
    align-items: center;
    background-color: #000;
    border: 2px solid #000;
    box-sizing: border-box;
    color: #f0ebeb;
    cursor: pointer;
    display: inline-flex;
    fill: #000;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    justify-content: center;
    letter-spacing: -.8px;
    line-height: 24px;
    min-width: 140px;
    outline: 0;
    padding: 0 17px;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.fullscreen:focus {
    color: #f0ebeb;
}

.fullscreen:hover {
    border-color: #06f;
    color: #06f;
    fill: #06f;
}

.fullscreen:active {
    border-color: #06f;
    color: #06f;
    fill: #06f;
}

@media (min-width: 768px) {
    .fullscreen {
        min-width: 170px;
    }
}

#game_drop {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 999999;
}
