body {
    background-image: url('../images/monochrome.png');
}

button {
    background-color:black;
}

* {
    color: white;
    margin: 0px;
    /* user-select: none; */
    box-sizing: border-box;
}

.generator {
    width: fit-content;
    padding: 10px;
    border: 4px blue solid;
}

.resources {
    width:fit-content;
    padding: 10px;
    border: 3px purple solid;
    margin: 0px 0px 15px 0px;
}

#upgrades-container {
    float: right;
    width: 30%;
    max-width: 16.5%;
    max-height: 53%;
    padding: 20px;
    background-color: #333;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    top: 0px;
    right:0px;
    overflow-x: auto;
}

.unbuyable,
.hidden {
    display: none;
}

.upgrade-button {
    background-color: gray;
}

#inventory-menu {
    position: absolute;
    width: 25%;
    height: 100%;
    border: 2px white solid;
    top: 0px;
    right: 0px;
    float: right;
    background-image: url('../images/monochrome.png');
}

.statistics,
.inventory {
    border: 2px white solid;
    width: fit-content;
}


.inventory {
    width: 100%;
    height: 25%;
    position: absolute;
    bottom: 0px;
}

.language-selector {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 99 !important;
}