.header {
    font-size: 4vw;
    font-weight: bolder;
    margin-left: 5%;
    text-align: left;
    color: rgb(0, 0, 0);
    letter-spacing: 2px;
    text-shadow: -1px -1px 0 #000, 0px 0px 0 #000, 0px 0px 0 #000, 1px 1px 0 #000;
    border-radius: 30px;
    padding: 10px;
}
.sidescrollwrapper {
    margin-top: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 90%;
    margin-left: 5%;
    height: 255px;
    border-radius: 30px;
    margin-bottom: 10px;
}
.sidescroll {
    width: 100%;
    height: 100%;
    display: table-row;
}
.sidescrollwrapper::-webkit-scrollbar {
    width: 12px;
    height: 15px;
}
.sidescrollwrapper::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 30px;
}
.sidescrollwrapper::-webkit-scrollbar-thumb {
    background-color: rgb(175, 175, 175);
    border-radius: 30px;
    border: 2px solid rgb(100, 100, 100);
}
.itemboxwrapper {
    width: 250px;
    height: 250px;
    display: table-cell;
    overflow: hidden;
}
.itembox {
    margin: 10px;
    width: 230px;
    height: 230px;
    background-color: white;
    border-radius: 20px;
    text-align: center;
}
.itemimage {
    border-radius: 30px;
    height: calc(100% - 40px);
}
.itemtext {
    font-size: 20px;
}
.new {
    color: red;
    font-weight: bolder;
}
#popup {
    position: fixed;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    background-color: white;
    border-radius: 30px;
    z-index: 7;
    overflow: hidden;
}
.darken {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 6;
    background-color: rgba(0, 0, 0, 0.4);
}
#popuptop {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 10%;
    background-color: white;
}
#popupleft {
    float: left;
    width: 30%;
    height: 100%;
    background-color: white;
    border-color: #000;
    border-right: 3px solid;
    text-align: center;
    overflow: hidden;
}
.tallimg {
    height: 80%;
}
.wideimg {
    margin-top: 25%;
    width: 80%;
}
#popupright {
    float: left;
    margin-left: 5%;
    width: 60%;
    height: 90%;
    background-color: white;
}
#popupcontent {
    position: absolute;
    top: 10%;
    height: 80%;
    width: 100%;
    overflow: hidden;
}
#popupcontentmob {
    position: absolute;
    top: 10%;
    height: 80%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
#popupname {
    font-family: Nunito;
    font-size: 50px;
    color: rgb(0, 0, 0);
    letter-spacing: 2px;
    text-shadow: -1px -1px 0 #636363, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
#popuptext {
    font-family: Nunito;
    font-size: 35px;
    color: rgb(0, 0, 0);
    letter-spacing: 2px;
}
#back {
    font-family: Nunito;
    font-size: 35px;
    color: rgb(0, 0, 0);
}
#backcontainer {
    border-radius: 30px;
    width: 45px;
    height: 45px;
    text-align: center;
    float: right;
    margin: 10px;
}
#backcontainer:hover {
    background-color: #838383;
}
.scrltext {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
#popupimagesmallwrapperwrapper {
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
    display: flex;
    text-align: center;
}
#popupimagesmallwrapper {
    overflow: hidden;
    margin-left: 15%;
    margin-right: 15%;
    width: 20%;
    aspect-ratio: 1/1;
    border: 3px solid black;
    border-radius: 10px;
}
#popupimagesmall {
    height: 100%;
}
#popupimagesmallwide {
    margin-left: -70%;
    height: 100%;
}
#imgspace {
    overflow: hidden;
    margin-top: 10%;
    width: 100%;
    margin-bottom: 10%;
    height: 70%;
    text-align: center;
}
#popupexpandwrapper {
    position: absolute;
    left: 10%;
    top: 10%;
    width: 80%;
    height: 80%;
    border-radius: 30px;
    overflow: hidden;
    z-index: 8;
}
#popupexpand {
    width: 100%;
    height: 100%;
    background-color: white;
    text-align: center;
    overflow: scroll;
}
#expandimg {
    height: 100%;
}
#popuprightmob {
    border-top: 5px black solid;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
}
#popupleftmob {
    margin-bottom: 10%;
    margin-left: 15%;
    width: 70%;
}