html {
    scroll-behavior: smooth;
}

#navbar {
    transition: top 0.15s;
}

.currentPage {
    text-decoration: underline;
}

.knop{
    text-decoration: none;
}

.handtekening {
    width: 500px;
    margin-top: 16px;
}

.foto {
    max-height: 600px;
}

#ontwerp, #test {
    display: block;
    padding-top: 32px;
}

.image {
    height: 200px;
    width: auto;
    overflow: hidden;
    object-fit: cover;
}