#vt-voet {
    background: #f4f4f4;
    color: black;
    width: 100%;
    height: 100px;
    margin: 0px;
    padding-top: 0px;
    text-align: center;
}

#vt-img1 {
    width: 200px;
    height: auto;
}

#vt-img2 {
    width: 20px;
    height: auto;
}

#ScrollTopBtn {
    position: fixed;
    bottom: 10px;
    float: right;
    right: 1%;
    max-width: 30px;
    /* width: 50%; */
    font-size: 20px;
    border-color: rgba(85, 85, 85, 0.2);
    /*    background-color: rgb(223, 227, 106);  */
    background-color: lightgray;
    padding: px;
    border-radius: 4px;
    opacity: 70%;
    z-index: 3;
    text-decoration: none;
    /*  */
    text-align: center;

}

/*On Hover Color Change*/
#ScrollTopBtn:hover {
    background-color: rgb(183, 176, 176);
}

html {
    scroll-behavior: smooth;
    /* background-color: aqua; */
}