@font-face {
    font-family: 'RM Almanack';
    src: url('../../../fonts/RM-Almanack.woff2') format('woff2'),
        url('../../../fonts/RM-Almanack.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Typewriter';
    src: url('../../../fonts/special-elite/SpecialElite.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Times New Roman', Times, serif
}

p {
    text-indent: 20px;
    padding: 10px;
    z-index: 999;
}

img {
    width: 98%;
    height: 98%;
}

.navbar {
    background: transparent;
    height: 60px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 70px;
    position: sticky;
    z-index: 999;
}

.navbar_menu {
    display: flex;
    list-style: none;
    text-align: center;
    align-items: center;
}

.navbar_item:hover {
    color: #626262;
    transition: all 0.3s ease;
}

.sel_navbar_item {
    color: #A10000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 1rem;
    height: 100%;
    font-family: 'RM Almanack';
}

.cover {
    background: transparent;
    background-color: #000000;
    background-size: contain;
    margin: 0 18%;
    margin-top: 40px;
    border-radius: 5%;
    border-style: groove;
    border-width: 5px;
    padding: 40px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    z-index: 999;
}

.opener {
    padding-bottom: 10px;
    z-index: 999;
}

.story {
    width: 900px;
    margin: auto;
    margin-top: 40px;
    color: #FFFFFF;
    background-color: #000000;
    background-size: contain;
    border-style: groove;
    border-width: 5px;
    font-size: 20px;
    padding: 40px;
    display: grid;
    justify-content: center;
    align-items: center;
    position: sticky;
    z-index: 999;
}

.block {
    width: 800px;
    margin:auto;
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 5%;
    border-width: 5px;
    border-style: groove;
    font-size: 20px;
    border-width: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5%;
    border-style: groove;
    border-width: 5px;
    border-color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    z-index: 998;
}

ol{
    list-style-position: inside;
}

.page_nav {
    margin-top: 30px;
    background: transparent;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: sticky;
    z-index: 999;
}

.page_nav_menu {
    display: flex;
    list-style: none;
    text-align: center;
    align-items: center;
}

.page_nav_item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 60px;
    height: 100%;
}

.page_nav_button {
    background-color: darkslategrey;
    font-family: 'RM Almanack';
    color: #FFFFFF;
    border-width: 5px;
    border-radius: 5%;
    border-style: groove;
    border-color: #FFFFFF;
    padding: 15px 32px;
    text-align: center;
    font-size: 60px;
    cursor: pointer;
}

.page_nav_button:hover {
    color: #626262;
    transition: all 0.3s ease;
}

.scorpion {
    color: #009be9;
}

.prudence {
    color: #e9127d;
}

.corny {
    color: #cc99ff;
}

.corny-right {
    color: #cc99ff;
    text-align: right;
}

.typed {
    font-family: 'Typewriter';
    font-size: 20px;
}

.typed-right {
    font-family: 'Typewriter';
    font-size: 20px;
    text-align: right;
}

.typed-center {
    font-family: 'Typewriter';
    font-size: 20px;
    text-align: center;
}