
@font-face {
    font-family: 'Comic Sans';
    src: url(/assets/font/ComicSans.TTF);
}

body {
    background-image: url('/assets/img/DS-WallPaper.png');
    background-repeat: repeat;
    background-attachment: fixed;
    image-rendering: auto;
    font-family: 'Comic Sans';

    padding: 0;
    margin: 0;
}

body::before {
    content: '';

    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    height: 48px;

    background-image: url('/assets/img/DS-WallPaper-Border.png');
    background-repeat: repeat-x;
    background-size: auto 100%;
    image-rendering: pixelated;
    z-index: -1;
}

body::after {
    content: '';

    position: fixed;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 48px;

    background-image: url('/assets/img/DS-WallPaper-Border.png');
    background-repeat: repeat-x;
    background-size: auto 100%;
    image-rendering: pixelated;
    transform: scaleY(-1);
    z-index: -1;
}

.window {
    min-width: fit-content;
    max-width: 50%;
    min-height: fit-content;

    margin: 1.5em auto;

    /* i lov https://leanrada.com/9-slicer/ */
    border-image: url('/assets/img/DS-Quote-9slice.png') 16 20 16 20 fill / 16px 20px 16px 20px;
    padding: 16px 20px 16px 20px;
    color: white;
}

.window > h1 {
    text-align: center;
}

#header-nav {
    height: 48px;

    min-width: fit-content;
    max-width: 50%;

    margin: 0 auto 7em;
}

#header-nav iframe {
    width: 100%;
    height: 100%;
}

#musicplayer {
    background-color: transparent;
    border: none;
    width: 384px;
    height: 256px;
    scrollbar-width: none;
    overflow-y: hidden;

    position: fixed;
    right: 8px;
    bottom: 8px;
}
