@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;
}

body {
    min-width:auto;
    min-height:auto;
}

.cs_logo {
    background-color: transparent;
    background-size: cover;
    font-family: 'RM Almanack';
    color: #FFFFFF;
    font-size: 250px;
    text-align: center;
}

.me_frfr {
    font-family: 'RM Almanack';
    color: #FFFFFF;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 20px;
    font-size: 60px;
}

.big_text {
    background-color: transparent;
    background-size: cover;
    font-family: 'RM Almanack';
    color: #FFFFFF;
    font-size: 240px;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 20px;
    text-align: center;
}

.bg{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url("../images/Space.png");
    background-size: cover;
    background-position: top-center;
    background-repeat: no-repeat;
}

.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 {
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 1rem;
    height: 100%;
    font-family: 'RM Almanack';
}

.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';
}

.block {
    background-color: #000000;
    background-size: cover;
    margin:auto;
    max-width: 1400px;
    width: 85%;
    border-radius: 5%;
    border-style: groove;
    border-width: 5px;
    border-color: #FFFFFF;
    padding-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
}

.intro_words {
    color: #FFFFFF;
    margin: auto;
    width: 80%;
    max-width: 1300px;
    padding-bottom: 20px;
}

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

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

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

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

.choice_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;
}

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

.version_num {
    font-family: 'RM Almanack';
    color: #FFFFFF;
    font-size: 40px;
    margin-left: 10px;
    position: fixed;
    bottom: 0;
    left: 0; /* Optional: Adjust as needed */
}

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