.Home ,.Wat,.Onderdelen ,.Contact {
text-decoration: none;
}

iframe {
    position: relative;
    width: 25%;
    height: 25%;
    left: 85%; 
    transform: translate( -15%);
    border-radius: 20px;
    top: -550px;
}

iframe:hover {
    transition: 2s;
    left: 50%; 
    transform: translate( -50%);
    transform: scale(2,2);
}

.hondenhok {
    position: relative;
    left: 83%; 
    transform: translate( -17%);
    width: 300px;
    height: auto;
    border-radius: 20px;
    top: -510px;
}

.prothese {
    position: relative;
    left: 83%; 
    transform: translate( -17%);
    width: 300px;
    height: auto;
    border-radius: 20px;
    top: -480px;
}

.prototype {
    position: relative;
    left: 83%; 
    transform: translate( -17%);
    width: 280px;
    height: auto;
    border-radius: 20px;
    top: -450px;
}











