.moon {
    position: absolute;
    height: 290px;
    width: 245px;
    top: -2px;
    left: 87.3%;
    z-index: -1;
}

body {
    background-image: url("Background.png");
    background-repeat: no-repeat;
    background-color: #3d3d3d;
}

main {
    margin-inline: 210px;
    min-height: 630px;
    align-items: center;
    position: relative;
}

.toptapeleft::before {
    background-image: url("Decor/Moth sticker.png");
    background-repeat: no-repeat;
    display: block;
    content: " ";
    position: absolute;
    height: 70px;
    width: 100px;
    background-size: contain;
    top: 1px;
    left: 15%;
}

.toptaperight::before {
    background-image: url("Decor/Moth sticker.png");
    background-repeat: no-repeat;
    display: block;
    content: " ";
    position: absolute;
    height: 70px;
    width: 100px;
    transform: scaleX(-1);
    background-size: contain;
    top: 1px;
    left: 78%;
}

header {
    background-image: url("Banner art.png");
    height: 100px;
    margin-inline: 210px;
    text-align: center;
    outline-style: solid;
    outline-color: #4f161b;
}

h1 {
    text-shadow: 6px 6px 6px #000000;
    padding-top: 18px;
    font-size: xxx-large;
    word-spacing: 20px;
    letter-spacing: 20px;
    color: #d5cece;
    text-align: center;
    font-family: "UnifrakturCook", cursive;
    font-weight: 700;
    font-style: normal;
}

.navbar ul {
    position: relative;
    outline: solid;
    outline-color: #4f161b;
    list-style: none;
    background-color: #320a0e;
    overflow: hidden;
    text-align: center;
    height: 40px;
    margin-inline: 210px;
}

.navbar a {
    color: #d5cece;
    font-family: "Pirata One", system-ui;
    font-weight: 500;
    font-style: normal;
    text-align-last: center;
    padding: 5px 110px;
    text-align: center;
    display: block;
    font-size: x-large;
}

.navbar a:hover {
    background-color: #4f161b;
}

.navbar li {
    display: inline-block;
}

.arttabs {
    background-color: #320a0e;
    margin-inline: 210px;
    position: relative;
    height: 651px;
    outline: solid;
    outline-color: #4f161b;
}

.tabs-container {
    display: flex;
}

.tabs {
    flex-grow: 1;
    padding: 6px;
    background-color: #320a0e;
    justify-content: center;
    align-items: center;
    color: #d5cece;
    font-family: "Pirata One", system-ui;
    font-weight: 500;
    font-size: large;
    font-style: normal;
    word-spacing: 5px;
    text-shadow: 2px 1px 1px #000000;
    border: none;
    border-bottom: 3px solid #4f161b;
}

.tabs:not(:nth-child(4)) {
    border-right: 3px solid #4f161b;
}

.arttabs .content .gallerywrapper {
    display: flex;
    background-color: #320a0e;
    overflow-x: scroll;
    height: 610px;
}

.arttabs .content .gallerywrapper .description {
    background-color: rgba(82, 82, 82, 0.54);
    padding: 3.2px;
    text-align-last: center;
}

.arttabs .content .gallerywrapper img {
    padding: 10px;
    height: 92%;
}

.arttabs .content .gallerywrapper::-webkit-scrollbar {
    background-color: rgba(82, 82, 82, 0.54);
}

.arttabs .content .gallerywrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4);
}

.content {
    font-family: "Balthazar", serif;
    font-weight: 400;
    font-style: normal;
    color: #d5cece;
    display: none;
}

/* Anim */
.active-content {
    display: block;
}

.active {
    background: #4f161b;
}

footer {
    background-color: #320a0e;
    outline: solid;
    outline-color: #4f161b;
    height: 20px;
    margin-inline: 210px;
    text-align: center;
}

footer p {
    color: #d5cece;
    font-family: "Balthazar", serif;
    font-size: large;
    font-weight: 400;
    font-style: normal;
}