#baseBody {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #74747414;
}
header {
    /*background-color: #333;*/
    background: #7474744D;
    color: #fff;
    /*padding: 10px 20px;*/
    height: 63px;
}
footer {
    /*background-color: #333;*/
    /*color: #fff;*/
    text-align: center;
    padding: 10px 0;
    margin-top: auto;
    /*border: 1px solid #747474*/
}
#menuItems {
    margin-left: 30%;
}

.navbar .navbar-brand img {
    height: 35px;
    /*width: 150px;*/
    margin-right: 10px;
}

.navbar h5 {
    /*font-size: 1.25rem;*/
    /*font-weight: bold;*/
    color: #333; /* Customize as needed */
    font-family: Italiana;
    font-size: 28px;
    font-weight: 400;
    line-height: 44px;
    /*text-align: left;*/
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}
.navbar .navbar-text {
    text-align: center;

}

.navbar-text-container {
    position: absolute; /* Positioned relative to navbar */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex; /* Flexbox for centering */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    pointer-events: none; /* Allows clicks to pass through this container */
}

/*.navbar-text h5 {*/
/*    font-size: 1.25rem; !* Adjust size as needed *!*/
/*    font-weight: bold; !* Optional: Make the text bold *!*/
/*    color: #333; !* Text color *!*/
/*    margin: 0; !* Remove default margins *!*/
/*}*/
