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

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