body {
    margin: 0; height: 100%;
    background-color: white;
    background-image: url(../img/familie-001.jpg);
    background-repeat: no-repeat;
    width: 80%;
    margin-left: 10%;
    height: 100vh;
    background-size: cover;
    background-position: center;
}
h1 {
    color: white;
}
.navBarBackground {
    background-color: rgb(87, 8, 24);
}
.buttonColors {
    background-color: rgb(87, 8, 24);
    border-color: rgb(226, 84, 136);
    color: white;
}
.buttonColors:hover {
    background-color: rgb(26, 5, 24);
    border-color: rgb(226, 84, 136);   
}
a.buttonColors:hover {
    background-color: rgb(26, 5, 24);
    border-color: rgb(226, 84, 136);   
}
#experimental:active {
    background-color: darkred;
    border-color: rgb(226, 84, 136);   
}