.header-image {
    background-image: linear-gradient(
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)),
    url("/images/john-moeses-bauan-OGZtQF8iC0g-unsplash.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 60px;
    max-height: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

body {
    font-family: 'Bitter', Serif;
}

.nav-link {
    color: white;
    text-decoration: none;
}

.vertical-align {
    vertical-align: middle;
}
