@font-face {
    font-family: 'AR CENA';
    src: url('ARCENA.ttf') format('truetype');
}

div {
    position: absolute;
}

.container {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: #222;
}

.page {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: auto;
    background-color: #fff;
}
.pagedescription {
    width: calc(100vw - 40px);
    top: 20px;
    left: 20px;
}

.border {
    width: 71.43vh;
    height: 100vh;
    max-width: 100vw;
    max-height: 140vw;
    background-color: #8c6239;
    margin: auto; top: 0; bottom: 0; left: 0; right: 0;
    overflow: hidden;
}

.content {
    width: 92.8%;
    height: 94.8%;
    margin: auto; top: 0; bottom: 0; left: 0; right: 0;
    background-color: #fff;
    overflow: auto;
}

.title {
    width: 100%;
    top: 2.7%;
    left: 0;
    font-family: AR CENA;
    font-size: 0;
    text-align: center;
    font-weight: bold;
    font-variant: small-caps;
    line-height: 100%;
    letter-spacing: 0.015em;
}

.tags {
    width: 100%;
    height: 2.560%;
    top: 12%;
    left: 0;
    font-family: Arial;
    font-style: italic;
    font-size: 0;
    text-align: center;
}

.description {
    width: 97%;
    top: 18.5%;
    left: 1.5%;
    font-family: AR CENA;
    font-size: 0;
    text-align: center;
    margin-bottom: 2%;
}

.bottom {
    width: 97%;
    bottom: 1.5%;
    left: 1.5%;
    font-family: AR CENA;
    font-size: 0;
    text-align: center;
}

.rulescontent {
    width: 100%;
    height: 100%;
    margin: auto; top: 0; bottom: 0; left: 0; right: 0;
    background-color: #898989;
    overflow: hidden;
}

.rulestext {
    width: 97%;
    top: 1.5%;
    left: 1.5%;
    font-family: AR CENA;
    font-size: 0;
    text-align: center;
}

.rulesbottom {
    width: 97%;
    bottom: 1.5%;
    left: 1.5%;
    font-family: AR CENA;
    font-size: 0;
    text-align: center;
}

.emoji {
    height: 0.8em;
}

.shadow {
    left: 3.6%;
    z-index: 10;
    font-size: 1px;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.27);
}
.s-top {
    top: 2.6%;
    width: 92.8%;
    height: 4.5%;
}
.s-left {
    top: 7.1%;
    width: 6%;
    height: 90.3%;
}

.red { color: red; }
.blue { color: blue; }
.pink { color: magenta; }
.flavour { color: #464646; }