@font-face {
    font-family: 'MinChao';
    src: url('../fonts/HinaMinChao_Sub.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

#nav-banner {
    font-family: 'MinChao';
    color: black;
}

.navbar {
    background-color: rgba(30, 136, 168, 0.5);
}

.navbar a {
    color: black;
}

.nav_category {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}


footer {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: x-small;
    text-align: center;

}

footer a {
    color: inherit;
    text-decoration: none;
}