body {
    padding: 0; margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url("/static/img/bg.png");
    background-repeat: repeat;
}
.social {
    filter: invert(11%) sepia(88%) saturate(5100%) hue-rotate(316deg) brightness(84%) contrast(96%);
    margin-right: 0.75rem;
}
.imagebox {
    object-fit: contain; 
    max-width: 100%;
    max-height: 95vh;
}
.is-scrollable {
    overflow: auto;
}
.sidebar-thumbnail {
    object-fit: contain; 
    max-height: 128px;
    max-width: 128px;
}
.gallery-thumbnail {
    object-fit: contain; 
    max-height: 256px;
    max-width: 256px;
}
.is-selected {
    border: 2px #b00b69;
    border-style: dashed;
}
.blur {
    filter: blur(15px);
    clip-path: inset(0px);
}
.blur:hover {
    filter: none;
    clip-path: none;
}
.featured {
    object-fit: contain; 
    max-height: 512px;
}
@media screen and (min-width: 1023px) {
    .navbuttons {
    	position: absolute;
    	left: 50vw;
    	height: 52px;
    	transform: translateX(-50%);
   }
}