@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400;
  src: local('Arimo'), local('Arimo'), url('/static/font/fonts/ArimoNerdFont-Regular.ttf') format('truetype')
}
html{ scrollbar-color: #a17eff; }
::selection { background: #a17eff; }
::-webkit-scrollbar { width: 14px; }
::-webkit-scrollbar-track { background: #a17eff; }
::-webkit-scrollbar-thumb { background: #a17eff; }
::-webkit-scrollbar-thumb:hover { background: #a17eff; }
a { all: unset; }
body {
    margin: 0;
    color: #dad4dd;
    font-family: "Arimo";
    background-color: #0d0b10;
}
music {
    position: fixed;
    top: 0; left: 0;
    z-index: 11;
    width: 28px;
    height: 28px;
    padding: 8px;
    background-color: #0d0b10c7;
    border-bottom-right-radius: 20px;
    butt { font-size: 26px; cursor: pointer; }
    butt:hover { color: #a17eff; }
}
header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    background-image: url("/img/banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    h1 {
        padding: 0 8px;
        border-radius: 20px;
        background-color: #dad4dd44;
        color: #3b188e;
        font-size: 36px;
    }
}
instance {
    display: block;
    width: 600px;
    margin: 40px auto 120px auto;
    h2 {
        text-align: center;
        color: #a17eff;
    }
}
box { display: flex; width: 100vw; justify-content: space-around; }
frontends {
    display: block;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100vw;
    overflow: hidden;
    amputoma {
        width: 48%;
        float: left;
        text-align: right;
        desc { margin-right: 80px; }
        img { border-radius: 20px; width:100%; }
    }
    ampukee {
        width: 48%;
        float: right;
        desc { margin-left: 80px; }
        img { border-radius: 20px; width:100%; }
    }
}
.viewable { cursor: pointer; }
.butt {
    display: inline-block;
    background-color: #45188e;
    border: #2f1851 solid 1px;
    border-radius: 32px;
    cursor: pointer;
    padding: 8px 16px;
    text-align: center;
}
.butt:hover { background-color: #5d30a0; color: #fff; }
desc {
    display: block;
    height: 100px;
    margin-top: 32px;
}
rules {
    display: block;
    width: 600px;
    margin: 120px auto;
    h2 { text-align: center; }
}
info {
    padding: 20px;
    border-radius: 20px;
}
footer {
    position: relative;
    display: flex;
    box-sizing: border-box;
    height: 60px;
    width: 100vw;
    align-items: center;
    gap: 40px;
    padding: 0 20px;
    margin-top: 120px;
    img { height: 60px; }
}

nojs {
    display: block;
    color: red;
    text-align: center;
    width: 100vw;
}
lightbox {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000aa;
    justify-content: center;
    align-items: center;
    z-index: 10;
    img {
        max-width: 100%;
        max-height: 100%;
    }
}

h1 {
    margin: 8px 0px;
    font-size: 32px;
}
h2 {
    margin: 4px 0px;
    font-size: 28px;
}
h3 { margin: 4px 0; }
hr { width: 60%; }
p {
    margin: 4px 0;
    color: #c2a4df;
    a { cursor: pointer; }
    a:hover { color: #d6bbee; }
    a:visited { color: #957bad; }
    a:visited:hover { color: #d6bbee; }
}

@media (max-width: 700px) {
    h1 { font-size: 26px; }
    desc { height: 120px; }
    .butt {
        h3 {
            font-size: 16px;
            max-width: 120px;
        }
    }
    instance { width: 90%; }
    rules { width: 90%; }
    frontends {
        padding: 4px;
        amputoma { desc { margin-right: 20px; } }
        ampukee { desc { margin-left: 20px; } }
    }
}
@media (min-width: 2000px) { frontends { padding: 0 10%; } }
