.lunos_block{
    margin: auto;
    background-color: #000000;
    background-size: cover;
    margin-top: 30px;
    width: 950px;
    border-radius: 5%;
    border-style: groove;
    border-width: 5px;
    border-color: #FFFFFF;
    padding: 10px 0;
}

.signs_block{
    margin:auto;
    background-color: #000000;
    background-size: cover;
    margin-top: 30px;
    width: 850px;
    border-radius: 5%;
    border-style: groove;
    border-width: 5px;
    border-color: #FFFFFF;
    padding-top: 10px;
}

.lunos_title {
    background-color: transparent;
    background-size: cover;
    font-family: 'RM Almanack';
    color: #FFFFFF;
    font-size: 200px;
    margin: 0 1rem;
}

.lunos_title_bar {
    background: transparent;
    display: flex;
    justify-content: space-evenly;
    position: sticky;
    margin-bottom: 10px;
    z-index: 999;
}

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

.lunos_title_item {
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-decoration: none;
    padding: 0 10px;
    font-family: 'RM Almanack';
    height: 100%;
}

.lunos_menu {
    display: flex;
    list-style: none;
    text-align: center;
    align-items: center;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 80px;
    position: sticky;
    z-index: 999;
    margin: 0% 20%;
}

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

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

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

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

.signs_menu {
    background: transparent;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    position: sticky;
    z-index: 999;
    font-size: 80px;
}

.signs_item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 8px;
    padding: 0 10px;
}

.signs_text {
    padding: 0 10px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'RM Almanack';
}

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

.signs_pending_item {
    background-color: transparent;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 8px;
    padding: 0 10px;
}

.pending_signs_text {
    padding: 10px;
    color: #626262;
    text-decoration: none;
    font-family: 'RM Almanack';
}

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

.summaries_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;
    margin-top: 10px;
}

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