/* custom.css */
.md-nav {
    display: none;
}

.center {
    text-align: center;
}

a {
    color: #8B8000 !important; /* Replace with your desired color */
}

a:hover {
    color: #FF4500 !important; /* Optional: change color when hovering over a link */
}

.md-footer-meta {
    background-color: #FFFAA0;
}

.md-header__button.md-logo {
    display: none !important;
}


h1 {
    display: none;
}

