::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:antiquewhite;border-radius:6px}::-webkit-scrollbar-thumb{background:moccasin;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:moccasin}

.section-heading {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 6em;
}

a:hover {
    text-decoration: underline;
    color: moccasin;
}

a.navbar-item:hover {
    color: black;
}

section.hero.is-medium, section.hero.is-fullheight {
    background-color: antiquewhite;
}

nav.navbar.is-fixed-top {
    background-color: tan;
}

div.is-fullheight-100vh{
    min-height: 100vh;
}