body {
    background-color: #000;
    width: 100%;
    height: 100%;
    margin: 0px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}

.logo {
    margin-left:  40%;
    margin-right: 40%;
    width: 20%;
    margin-top: 20px;
    margin-bottom: 3%;
}

p {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

Div#ContentTekst p {
    margin-top: 0px;
}

.pBold {
    font-weight: 700;
    margin-bottom: 0px;
}

.Brands img {
    width: 8%;
    margin-left: 1%; 
    margin-right: 1%;
    transition:  width 0.7s;
}
.imageLogo {
    width: 10% !important;
    position: relative;
    top: 10px;
    transition:  width 0.7s;
}

.imageLogo:hover {
    width: 14% !important;
    margin-left: 1%; 
    margin-right: 1%;
    transition:  width 0.7s;
}

.tekst {
    text-align: justify;
}


@media screen and (max-width:600px) {

    Div#ContentTekst {
        width: 75% !important;
    }
    .logo {
    margin-left: 20%;
    margin-right: 20%;
    width: 60%;
    margin-top: 5%;
    margin-bottom: 5%;
}
}
