/* ⸜  ٩(ˊ〇ˋ*)و */

body {
    font-family: 'Courier New', Courier, monospace;
    background-image: url('https://files.catbox.moe/7vyjgg.jpg');
    background-size: cover;
    background-attachment: fixed;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #e7a7cb #ffffff00;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 37px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #ebaad0;
    border-radius: 10px;
    border: 3px none #ffffff;
  }



/* ⸜ ids ٩(ˊ〇ˋ*)و */

.main {
    height: auto;
    width: 900px;
    border:  groove #ffffff;
    position: relative;
    margin: auto;
    background-color: #fffffd;
}

.header {
    width: 100%;
    height: 200px;
    border-bottom: solid thin black;
    position: relative;
    background-position: center top -30px;
    background-size: 100%;
    background-image: url('https://files.catbox.moe/0l8vmn.jpg');
}

.content-wrapper {
    display: flex; 
    height: 1000px; 
}

.side {
    width: 250px;
    height: 650px;
    position: relative;
    border-right:  groove #cde3f7;
 
}

.content {
    flex: 1; 
    position: relative;
}

.footer {
    width: 900px;
    height: 100px;
    position: relative;
    margin: auto;
    background-image: url('https://files.catbox.moe/3bhepd.jpg');
    background-size: 100%;
    background-position: center top -150px;
}

.pics {
    width: 100%;
    height: auto;
    position: relative;
    margin: auto;
}



/* ⸜ classes ٩(ˊ〇ˋ*)و */

.between {
    height: 50px;
    width: 100%;
     border:  groove #8ba5d4;
    border-left: none;
    border-right: none;
    position: relative;
    background-image: url("https://files.catbox.moe/6nbxzq.jpg");
    background-size: 90%;
    background-position: center;
}

.between img {
    position: relative;
    height: 30px;
    left: 30%;
}

.box {
     border:  groove #8ba5d4;
    position: absolute;
    margin: auto;
    overflow: scroll;
    overflow-x: hidden;
}

/* ⸜ decos ٩(ˊ〇ˋ*)و */

.side button {
    width: 80%;
    height: 30px;
    position: relative;
    margin-left: 10%;
    margin-top: 10px;
    border:  groove #ffbbe5;
    background-image: url("https://files.catbox.moe/6nbxzq.jpg");
    letter-spacing: 5px;
    font-weight: bold;
    color: #915362;
}

.side button:hover {
    font-style: italic;
    font-size: 15px;
}

.side button p {
    top: -17px;
    position: relative;
}


.side button img {
    height: 20px;
    top: 5px;
    position: relative;
}

 .side h1 {
     letter-spacing: 5px;
     font-weight: bold;
     color: #d48bc2;
     text-align: center;
 }

.side h1 img {
    height: 50px;
    position: relative;
    top: 10px;
}

.pics img {
    height: 150px;
    position: relative;
    display: inline;
    left: 20%;
}

.box h1 {
    background-color:  #e6db7d6e;
    text-align: center;
       color: #d48bc2;
}

.box h3 {
    text-align: center;
}

.box h3 img {
    height: 30px;
    top: 10px;
    position: relative;
}

a {
    color: #d48bc2;
}


.art img {
    position: relative;
    height: 350px;
    left: 3%;
}

/* ⸜ animations ٩(ˊ〇ˋ*)و */



/* ⸜ voor js ٩(ˊ〇ˋ*)و */

.main:target {
     display: block;  
    }


 .main:not(:target) {
       display: none;
  }
