/* Base CSS */
@font-face {
    font-family: 'nauruan';
    src: url('font.otf');
}
@font-face {
    font-family: 'nauruan';
    src: url('font.otf');
    font-weight: bold;
}

body {
    margin: 0;
    padding: 0;
    font-size: 6mm !important;
}
html {
    scroll-behavior: smooth;
}
div {
    margin: 0;
    padding: 0;
    font-size: 6mm !important;
}
p {
    line-height: 1.5;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}
em {
    font-weight: bold;
    font-style: normal;
}
.catd {
    font-weight: bold;
}
.cat {
    font-weight: bold;
}
.nok1 {
    font-weight: bold;
}
.pf {
    font-weight: bold;
    font-style: normal;
}
.qt:first-letter {
    font-weight: bold;
    font-style: normal;
    font-size: 1em;
    padding-right: 0.8em;
}
.aw:first-letter {
    font-weight: bold;
    font-style: normal;
    font-size: 1em;
    padding-right: 0.8em;
}
.p1st:first-letter {
    font-weight: bold;
    font-style: normal;
    float: left;
    font-size: 3em;
    line-height: 0.7;
    padding-right: 0.2em;
    padding-left: 0.3em;
}
.mrk {
    position: absolute;
    z-index: 10;
    display: inline-block;
    line-height: 1em;

    /*font-size: 20pt;*/
    font-size: 7mm;
    font-style: normal;
    font-weight: normal;
    text-align: right;
    margin: 0;
    padding: 0;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

/* overflow: hidden; */
}
.sbug {
    font-weight: bold;
    position: absolute;
    z-index: 10;
    display: inline-block;
    font-size: 0.5em;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-align: left;
    margin: 0;
    padding: 0;
    /* border-color: Black; */
    /* border-style: solid; */
    /* border-width: thin; */

/* overflow: hidden; */
}
#pg {
    /*font-size: 17pt !important;*/
    font-size: 5mm !important;

    margin: auto;
    margin-top: 8ex;

    padding-left: 1.2ex;
    padding-right: 0.6ex;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    /*  margin-top: 1em; */
    max-width: 200mm;
    height: 100%;

}
#end {
    font-size: 5mm !important;
    margin-bottom: 30%;
    max-width: 200mm;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.plAnim {
    animation-name:plAnim;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease;

}

.mrkAnim {
    animation-name:mrkAnim;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}


body {
/*    animation: fadeOutAnimation ease 1s;*/
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes plAnim {
    0% {
        font-size: 3mm;
        opacity: 0;
    }

    100% {
        font-size: 5mm;
        opacity: 1;
    }
}

@keyframes mrkAnim {
    0% {
        font-size: 7mm;
        opacity: 1;
    }

    100% {
        font-size: 0mm;
        opacity: 0;
    }
}



@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}
@keyframes fadeOutAnimation {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
     }
}
