body {
    background: #DDDDDD !important;
}

.board-view {
    align-items: flex-start !important;
}

.navbar {
    min-height: 4rem !important;
}

.is-fullheight-with-navbar {
    min-height: calc(100vh - 4rem) !important;
}

@media (hover: hover) {
    div > figure.image:hover {
        border: 2px solid #f7dd00;
        transition-duration: 150ms;
    }
}