body {
    background: radial-gradient(circle at center, #f2f8e9, #9b9e97);
    font-family: "Luna Obscura";
    color: #131312;
    overflow: hidden;
}
.container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.navbar {
    position: absolute;
    right: 1dvh;
    top: 1dvh;
    width: fit-content;
    font-size: 1.5dvh;
    padding-left: 0.5dvh;
    padding-right: 0.5dvh;
    background-color: #131312;
}
a {
    color: #c5cabe;
    text-decoration: none;
}
.borderline {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #131312;
    clip-path: polygon(0 95dvh, 90dvw 95dvh, 95dvw calc(95dvh - 5dvw), 95dvw 2dvh, calc(95dvw - 2px) 2dvh, calc(95dvw - 2px) calc(95dvh - 5dvw - 2px), calc(90dvw - 2px) calc(95dvh - 2px), 0 calc(95dvh - 2px));
}
#playbutton {
    pointer-events: all;
    cursor: default;
}
.b-corner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #131312;
    clip-path: polygon(90dvw 100%, 100% 100%, 100% calc(100% - 10dvw));
}
.titlebox {
    display: flex;
    flex-direction: column;
    width: fit-content;
    place-items: center;
    padding: 1dvh;
    pointer-events: none;
}
.title {
    font-family: "Libre";
    font-size: 5.6dvh;
    text-transform: uppercase;
}
.subtitle {
    background-color: #131312;
    color: #c5cabe;
    width: fit-content;
    font-size: 3.6dvh;
    padding-left: 0.5dvh;
    padding-right: 0.5dvh;
}
.coded {
    position: absolute;
    left: 1dvh;
    bottom: 6dvh;
    font-family: "Turing Abstract";
    font-size: 2dvw;
    color: #131312;
    pointer-events: none;
}
.infobox {
    position: absolute;
    top: 25dvh;
    right: 6dvw;
    width: 40em;
    border: 2px solid #131312;
    display: flex;
    flex-direction: column;
}
.fontbox {
    position: absolute;
    top: 20dvh;
    left: 1dvh;
    width: fit-content;
    background-color: #131312;
    color: #c5cabe;
}
.ftitle {
    text-align: center;
}
.flink {
    cursor: pointer;
}
.fcontents {
    text-align: left;
    padding-left: 0.5dvh;
    padding-right: 0.5dvh;
}
#ib-title {
    text-align: center;
    pointer-events: none;
}
.ib-contents {
    text-align: left;
    padding-left: 0.5dvh;
    text-transform: uppercase;
    pointer-events: none;
}
.ib-link {
    background-color: #131312;
    color: #c5cabe;
    text-align: center;
}
#prev {
    font-size: 5dvmin;
    text-transform: none;
    display: none;
}