/* * {
    font-family: 'Comic Neue', cursive;
} */

* {
    font-family: "Courier Prime", monospace;
    font-weight: 400;
    font-style: normal;
}

.menu-items li{
    list-style: none;
    margin-bottom: 15px;
}

.menu-items li a{
    text-decoration: none;
   
    color: black;
    font-size: 1rem;
}
.menu-items li a:hover{
   text-decoration: underline;
   color: brown;
}

#navbarNav{
    justify-content: center;
}

.menu2 li a{
    /* font-size: 1.5rem; */
}

.menu2 li a:hover{
    color: brown;
    text-decoration: underline;
}

.menu2 li.active a {
    color: brown;
    text-decoration: underline;
}





/* Add styles for the fixed header */
.fixed-header {
    position: sticky !important;
    top: 0 !important;
    /* background-color: #fff; Customize the background color as needed */
    z-index: 1000;
    border: 1px solid black !important;
}

.landing-page{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
