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

.e-mail_button {
    background-color: white;
    height: 50px;
    width: 200px;
    border-radius: 25px;
    border-width: 5px;
    border-color: rgb(0, 0, 0);
}
  
button:hover {
    cursor: grab;
}

.link_email:hover {
    cursor: grab;
}

.kaart {
    border-radius: 50px;
    border-width: 10px;
    border-color: rgb(255, 187, 0);
}

.maintext {
    font-size: large;
}


   

