:root {
    --bulma-primary: #75B7BD;
    --bulma-link: black;
}

html, body {
    min-height: 100vh;
    background-color: #E6E5C6;
    color: #363636;
}

body {
    display: flex;
    flex-direction: column;
}

.navbar {
    background-color: var(--bulma-primary) !important;
}

.navbar-brand .navbar-item {
    font-weight: bold;
}

.footer {
    background-color: #974621 !important;
    color: #ffffff;
}

.footer a {
    color: #ffffff;
}

.button.is-primary {
    background-color: var(--bulma-primary) !important;
    border-color: var(--bulma-primary) !important;
}

section.section {
    background-color: #E6E5C6;
    flex: 1;
}