body {
        background-color: black;
        color: white;
        background-image: url("Backgrounds/BlackOmoriBackground.png");
        background-size: cover;
        font-family: "MunroSmall", monospace;
}

/* Main Box & Side-Bars */
.mainbox {
        max-width: 1200px;
        margin: auto;
        display: flex;
}

/* Container */
.container-full {
        display: flex;
        flex-direction: column;
        align-items: stretch;
}

/* Header */
header {
        width: 1040px;
        margin: auto;
        display: flex;
        margin-bottom: 10px;
        padding: 20px 75px 20px 75px;
        border: 5px solid #b900ff;
        background-color: rgba(0, 0, 0, 0.7);
}

.box1 {
        background-color: rgba(0, 0, 0, 0.3);
        width: 850px;
        height: 53px;
        border: 1px solid white;
        padding: 20px;
        margin: auto;
        border-radius: 10px;
}

.moon {
        height: 150px;
        background-color: #00100a;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: auto
}

.navbar {
        margin-top: 10px;
        height: 440px;
        padding: 15px;
        background-color: #00100a;
}

.navigation {
        font-size: 19pt;
        color: #f2cb14;
        text-decoration: none;
}

.navigation a {
        text-decoration: none;
        color: inherit;
}

.navigation li {
        list-style-image: url('img_ver3/star_99gifshop.gif');
        margin-bottom: 10px;
        max-width: 140px;
}

.navigation li:hover {
        font-size: 16pt;
        font-family: Zilla Slab;
        list-style-image: url('img_ver3/star_modifgreen_99gifshop.gif');
        color: #004dff;
        text-decoration-line: underline;
        text-decoration-style: wavy;
        text-decoration-color: #5620db;
}

.buttonbar {
        height: 1321px;
        background-color: #00100a;
        overflow-y: auto;
        direction: rtl;
        margin-top: 10px;
        padding: 5px;
        text-align: center
}


/* Right Bar */
.rightbar {
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 20%;
        height: auto;
}

/* Left Bar */
.leftbar {
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 20%;
        height: auto;
}

/* Middle Border */
.middleborder {
        margin: 10px;
        flex: 1;
        box-sizing: border-box;
        border: 6px solid #b900ff;
        width: 972px;
        background-color: rgba(0, 0, 0, 0.5);
}

/* Middle Section */
.middlecontent {
        height: auto;
        overflow: auto;
        padding: 20px;
}