 .menuHeader {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #f8f9fa;
}
.menuHeaderLogo img {
    height: 50px;
}
.menuHeaderText {
    margin-left: 20px;
}
.menuHeaderText a {
    text-decoration: none;
    color: #007bff;
}
.menuHeaderText a:hover {
    text-decoration: underline;
}
 .footer {
    background-color: #f8f9fa;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    color: #6c757d;
}
.footer strong {
    color: #343a40;
}