/* Basisstijlen */
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}

.navbar.is-centered .navbar-brand {
    justify-content: center;
    width: 100%;
    background-color: rgb(0 166 81);
}

a.navbar-item{
    color: white;
}

div.card{
    background-color: rgba(0, 173, 238, 0.76);
    color: white!important;
}

div.card .title{
    color: white!important;

}

a.button.download{
    background-color: unset!important;
    width: 100%;
}

.section{
    padding: 0rem;
}