






body {
    background-color: #290a23;
    color: #FFCEBC;
    background-image: url("https://file.garden/Y3vK8JOdi23QPRW0/Backgrounds/stars-drawn2.png");
    background-size: 140px;
    font-family: verdana;
}

img {
    object-fit: cover;
}

p {
    margin: 10px;
}

a {
    color: #FFCEBC;
}

div.bar img:hover {
    filter: brightness(115%);
    cursor: pointer;
}

ul {
    border-left: 5px solid #A01B45;
    list-style-type: none;
    padding: 5px;
    line-height: 30px;
}

.listbox {
    display: flex;
}

.hover {
    text-decoration-line: underline;
    text-decoration-color: #FFCEBC;
    text-decoration-style: dotted;
}

.censor {
    background-color: #FFCEBC;
}

.window {
    background-color: #D82D3B;
    color: #FFCEBC;
    max-width: 1000px;
    max-height: 100%;
    margin: auto;
    border: 1px solid #681341;
    border-radius: 3px;
    overflow: hidden;
}

/* bg colour  text colour  #FFE38F*/

.nav-window {
    background-color: #D82D3B;
    color: #FFCEBC;
    max-width: 700px;
    max-height: 1%;
    margin: auto;
    border: 1px solid #681341;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 10px;
}

.bar {
    background-color: #FFDDD1;
    color: #A01B45;
    border-bottom: 1px solid #681341;
}

.scrollboxv {
    overflow-y: auto;
    overflow-x: hidden;
    max-width:100%;
    height: 440px;
    border: 1px none #681341;
    margin: 10px;
    scrollbar-color: #681341 #A01B45;
}

.gallerybox {
    text-align: center;
    position: relative;
    z-index: 1000;
}

div.gallerybox img:hover {
    transform: scale(1.1);
}


.banner {
    max-width: 1000px;
    height: 90px;
    border: 1px solid #681341;
    border-radius: 5px;
    margin: 10px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.icon {
    width: 300px;
    height: 300px;
    border: 1px solid #681341;
    border-radius: 5px;
    margin: 10px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.stickers {
    text-align: center;
}

div.stickers img:hover {
    filter: brightness(110%);
    transform: scale(1.1);
}




