html{
    scroll-behavior: smooth;
    font-family: 'Times New Roman';
}
body{
    color:black;
    font-family:'Times New Roman';
    font-size: larger;
}

.card-body{
    padding-left: 5%;
    padding-right: 5%;
}

.tekst_plaatje{
    color:black;
    text-align: center;
    font-family:'Times New Roman';
    font-size: smaller;
}

.sticky-nav{
    color: bisque;
}
.navbar-brand{
    padding-left: 5%;
    color: rgb(249, 249, 245);
    font-size: xx-large;
    font-family: 'MS Mincho';
    font-weight: 600;
}
.navbar-expand-lg .nav-link.active{
    color: rgb(164, 19, 19);
    font-size: x-large;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.navbar-expand-lg .nav-link{
    color: rgb(242, 249, 249);
    font-size: large;
    font-family: 'Times New Roman', Times, serif;
}
.japans {
    font-family: 'Zen Old Mincho';
}
.test{
    height: 200px;
    }
#wrapper {
    border: 0px solid blue;
}
#div1 {
    display: inline-block;
    width:100px;
    height:55px;
    }
#div2 {
    display: inline-block;
    width:250px;
    height:55px;
    }
#div3 {
    font-family: 'Zen Old Mincho';
    display: inline-block;
    width:250px;
    height:55px;
    }