@font-face {
    font-family: DePixelHalbfett;
    src: url('/sources/font/DePixelHalbfett.otf')
}

body {
    margin-top: 60px;
    margin-left: 100px;
    margin-right: 100px;
    font-family: DePixelHalbfett;
    background-color: #4a4a56;
    background-image: url('https://heryne.nekoweb.org/credits/bg-glitter-star.gif');
    background-repeat: repeat;
    color: #7e95d0;
    image-rendering: pixelated;
}

h1, h2, h3, h4, h5 {
    color: #7e95d0;
    text-align: center;
}

.container {
	display: flex;
    gap: 0;
    align-items: flex-start;
    background-color: #4a4a56;
}

.nav {
    width: 235px;
    pad: 10px;
    border: 2px solid orange;
    border-radius: 5px;
    overflow-y: auto;
    flex-shrink: 0;
}

.left-container {
    width: 50%;
    padding: 20px;
    border: 2px dashed pink;
    border-radius: 5px;
    overflow-y: auto;
    flex-shrink: 0;
}

.main-container {
    min-width: 0;
    margin-left: 20px;
    padding: 30px;
    border: 2px dashed plum;
    border-radius: 5px;
    overflow-y: auto;
    position: relative;
}

.my-buttons {
    margin: 50px;
    padding: 30px;
    border: 2px dashed orange;
    overflow-y: auto;
    position: relative;
}

.contents {
    text-align: left;
}

.link {
    color: pink;
    text-decoration: underline;
    font-weight: bold;
}

.link:hover {
    color: bisque;
    text-decoration: none;
    text-shadow: 0 2px 0 orange;
}

.scrollbox {
    min-width: 0;
    width: 100%;
    max-height: 100px;
    white-space: normal;
    text-align: center;
    border: 3px dashed white;
    border-radius: 5px;
    overflow-y: auto;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: rgb(255, 231, 231);
}

::-webkit-scrollbar-thumb {
    background: rgb(241, 189, 189);
    border-radius: 5px;
}

ul.ribbonbullets {
    list-style-image: url("https://heryne.nekoweb.org/assets/ribbon-bullet.png");
}

.divider {
    width: 100%;
    height: 40px;
    image-rendering: pixelated;
    background-image: url('https://heryne.nekoweb.org/assets/divider-ribbon.png');
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}