html, body {
    font-family: Poppins; /* Replace with your preferred font family */
}

h1#home {
    display: none;
}

.md-header__button.md-logo img, .md-header__button.md-logo svg {
    height: 2.4rem;
    width: 2.4rem;
}

p.para-regular {
    font-size: 16px;
    line-height: 30px
}

.md-header {
    background-color: #15345A;
    color: #FFFFFF
}

.md-tabs {
    background-color: #15345A;
}

.md-header__title {
    margin-left: 0rem !important;
    display: none !important;
}

.md-header__button.md-logo img, .md-header__button.md-logo svg {
    margin-top: 10px;
    height: 2rem;
    width: 7.2rem;
}

.md-footer {
    background-color: #001b32 !important;
}

.md-footer-meta {
    background-color: #001224 !important;
}
