.mainbox {
    background-color: #300a24;
    color: #fff;
}
.mainbox {
    border : 1px solid #8ae234;
    width: 93%;
    padding: 10px;
    font-family: 'ArcadeClassic', sans-serif;
    margin: 0 auto;
    height: 100%;
    display: none; /* Hidden by default */
}
.name {
    font-family: 'pressstart2p';
    font-size: 25px;
    padding-left: 90px;
    padding-top: 50px;
}
.ascii {
    display:inline-block;
    white-space: pre-line;
    letter-spacing:0;
    line-height:1.4;
    font-family:'Consolas','BitstreamVeraSansMono','CourierNew',Courier,monospace;
    font-size: 10px;
    color: #ccc;
    padding-bottom: 50px;
}
.Items {
    margin-right: 90px;
    border: 2px solid #8ae234;
    padding: 20px;
    margin-bottom: 18px;
    display: inline-flex;
    flex-direction: row;
    align-items: flex-end;
}

.Items button {
    border: 3px solid #300a24;
}

.mainbox button {
    font-size: 7px;
    font-family: 'pressstart2p';
    cursor: url('../../images/Hand_pointer.png'), auto;
}
.overhead {
    margin-top: 100px;
    margin-right: 100px;
    font-size: 15px;
    line-height: 1.8;
    float: right;
    font-family: 'pressstart2p';
}
.overheadpath {
    color: #729fcf;
}
.copyright {
    float: right;
    font-family: 'ArcadeClassic', sans-serif;
}
.copyright a {
    color: #729fcf;
    text-decoration: none;
}
            /* The Modal (background) */
.guimodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 44%;
    overflow: auto; /* Enable scroll if needed */
}

/* Modal Content */
.gui-modal-content {
    background-color: #e9e8e8;
    padding: 20px;
    border: 13px solid #8ae234;
    font-family: 'pressstart2p';
    font-size: 12px;
    color: black;
    resize: both;
    max-height: fit-content;
    max-width: fit-content;
}

/* The Close Button */
.gui-close {
    color: #565656;
    float: right;
    font-size: 28px;
    margin-top: -25px;
    margin-right: -25px;
    padding-left: 25px;
    font-weight: bold;
    background-color: #8ae234;
}
.gui-win-title {
    color: #000000;
    float: left;
    font-size: 13px;
    background-color: #8ae234;
    margin-top: -20px;
    margin-left: -6px;
    font-weight: bold;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 1px;
}

.gui-close:hover,
.gui-close:focus {
color: #707070;
text-decoration: none;
cursor: url('../../images/Hand_pointer.png'), auto;
}
#windowcontent {
    line-height: 17px;
}

#windowcontent a {
    cursor: url('../../images/Hand_pointer.png'), auto;
}
#windowcontent a:hover {
    color: #3a3a3a;
}

button:active {
    background-color: #8ae234;
}
.mainbox a {
    cursor: url('../../images/Hand_pointer.png'), auto;
}

.selected {
    border: 3px solid yellow !important;
    font-style: italic;
}
.selected img {
    rotate: 3deg;
}
.Suggestion {
    border: 1px solid #8ae234;
    padding: 5px;
    border-radius: 10px;
    color: #bbbbbb;
    font-size: 12px;
    float: right;
    margin-top: 1vw;
    clear: right;
    font-family: 'ArcadeClassic', sans-serif;
    letter-spacing: 0.5px;
}
.Suggestion > b {
    letter-spacing: 1px;
}
.Suggestion span {
    cursor: url('../../images/Hand_pointer.png'), auto;
}
@media screen and (max-width: 1382px) {
    .overhead {
        float: left;
        margin-right: 100%;
    }
}
@media screen and (max-width: 846px) {
    .mainbox button {
        margin-left: -12px;
        flex: 30%;
    }
    .guimodal {
        width: 100vw;
    }
    .Items {
        flex-direction: row;
        align-items: flex-end;
        flex-wrap: wrap;
        gap: 12px;
    }
}
@media screen and (max-width: 646px) {
    .overhead {
        float: left;
    }
}
@media screen and (max-width: 580px) {
    .ascii {
        font-size: 7px;
    }
    .name {
        font-size: 20px;
        padding-left: 60px;
        padding-top: 50px;
    }
    .Items {
        width: 121%;
    }
}
@media screen and (max-width: 440px) {
    .ascii {
        font-size: 5px;
    }
    .Items button {
        margin-bottom: 3px;
    }
    .name {
        font-size: 15px;
        padding-left: 40px;
        padding-top: 50px;
    }
}
@media screen and (max-width: 300px) {
    .mainbox {
        width: 93%;
    }
    .ascii {
        font-size: 4px;
    }
    .name {
        font-size: 10px;
        padding-left: 30px;
        padding-top: 50px;
    }
}
@media screen and (max-width: 240px) {
    .mainbox {
        border: 0px solid #8ae234;
        width: 93%;
        padding: 0px;
        margin: 0px;
    }
    .Items {
        border: 0px solid #8ae234;
    }
}