body {
    all:unset;
    background-color: aliceblue;
    font-family: Arial, Helvetica, sans-serif;
    color:aliceblue;
}
.algemene-class {
    all:unset;
    background-color: rgb(6, 1, 24);
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    margin-bottom: 150px;
    position: fixed;
    width: 100%;
    top:0;
    left: 0;   
}
.logo {
    height: 25px;
    width: auto;
}
.knop-class {
    all:unset;
    margin-left:80px;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.knop-class:hover {
    text-decoration-line: underline;   
    text-underline-offset: 42px;
}
.photo-text {
    display: flex;      
}
.textvak {
    width: 330px;
    border-radius: 40px;
    margin-top: 170px;
    font-size: 25px;
    margin-left: 20px;
    background-color: rgb(6, 1, 24);
    text-align: center;
    height: 440px;
}
.photo {
    margin-left: 25%;
    margin-top: 250px;
    border-radius: 50px;
}
.photo3 {
    border-radius: 50px;
    border-style: solid;
    border-color: rgb(6, 1, 24) ;
    height: 105%;
    width: auto;
}







.product_forms{
    display: flex;  
    justify-content: center;
    flex-direction:row;
    flex-wrap: wrap;
}
.produckt {
    background-color: rgb(6, 1, 24) ;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 50px;
    width: 300px;
    text-align: center;
    margin-left: 50px;  
    margin-top: 200px;
    display: inline-block;
}
.text {
    all:unset;
    font-size: 20px;
    color:aliceblue;
}
.specificaties {
    color:aliceblue;
    margin-bottom: 40px;
    margin-top: 40px;
}
.produckt-knop {
    all:unset;
    color:aliceblue;
    background-color: rgb(6, 1, 24);
    cursor: pointer;
    border-radius: 100px;
    border-color: aliceblue; 
    border-style:solid;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom:10px;
    padding-left: 20px; 
    padding-right: 20px;
    transition: all 0.2s ease;   
}
.produckt-knop:hover {
    background-color:rgb(30, 15, 235) ;
    border-style:none;
}




.back-top {
    all: unset;
    background-color: rgb(6, 1, 24);
    color: aliceblue;
    font-size: 15px; 
    padding: 20px;
    border-radius: 50px;
    display: flex;
    width: 115px;
    margin-top: 330px;
    cursor: pointer;
}
.ondervak {
    all:unset;
    display:flex;
    margin-top: 20px;
    background-color: rgb(6, 1, 24);
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;    
}
.ondertext {
    margin-left: 5%;
}
.link {    
    color: aliceblue;
    font-size: 20px;
}
.paginas {
    margin-left: 30%;
    margin-right: 35%;
}
.socials {
    margin-right: 5%;
}
.social {
    height: 50px;
    width: auto;
    margin-bottom: 20px;
    cursor: pointer;
}











.producten {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
    text-align: center;
    flex-wrap: wrap;
    gap: 100px;
    margin-right: 120px;
    margin-left: 120px;

}
.product {
    background-color: rgb(6, 1, 24);
    margin-top: 100px;
    padding-top: 40px;
    height: 340px;
    border-radius: 50px;
    width: 250px;
}
.text5 {
    all:unset;
    font-size: 20px;
    color:aliceblue;
}
.product-foto{
    height: 150px;
    width: auto;
}