@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: 'Digitalish';
    src: url('../../fonts/nbp-informa-fivesix-font/NbpInformaFivesix-2dXW.ttf') format('truetype');
    font-weight: 1000;
    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;
}

.bg{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url("../../images/Lunos_Background.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';
}

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

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

.captor {
    color: #00ff00; 
    background-color: #000000;
    font-family: "Digitalish";
    font-size: 25px;
    text-align: center;
}