body {
    /* Hide scrollbars */
    overflow: hidden;
}

#minecraft-background {
    z-index: -2;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: url(minecraft_background.gif);
    transform: scale(1.2, 1.2);
    filter: blur(9px);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    border: none
}

#minecraft-inventory {
    z-index: -1;
    width: 20%;
    aspect-ratio: 874/824;
    position: absolute;
    top: 30%;
    left: 40%;
    background-image:
        url(empty_inventory.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#selected-game {
    z-index: -2;
    visibility: hidden;
    position: relative;
    width: 9.153318078%;
    height: 9.708737864%;
    background-color: #c6c6c6;
    opacity: 0.6;
    background-position: center;
}

#game-icons img {
    z-index: -3;
    width: 9.153318078%;
    height: 9.708737864%;
    visibility: hidden;
    position: absolute;
    background-position: center;
    background-size: contain;
}
