* {
    padding: 0px;
    Margin: 0px;
    border: 0px;
    box-sizing: border-box;


}

body {
    background-color: #2b2b2b;
}

.navbar {
    width: 100vw;
    background-color: rgb(0, 0, 0);
    display: flex;


}

.navbar ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 60%;
    margin: 0 auto;
    font-size: 20px;

}

.navbar ul a {
    color: white;
    text-decoration: none;
}

.navbar ul a:hover {
    color: red;
    text-decoration: none;
}

.navbar img {
    width: 80px;
    height: auto;
}


.flex-container {
    width: 100vw;
    display: flex;
    background-color: black;
    margin-bottom: 30px;

}

.flex-item1 {
    background-image: url("Media site maken/image1.png");
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 600px;

}

.flex-item2 {
    background-image: url("Media site maken/image\ 1\ \(2\).png");
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 600px;

}



.flex-item3 {
    background-image: url("Media site maken/image\ 1\ \(3\).png");
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 600px;

}



.flex-item4 {
    background-image: url("Media site maken/image\ 1\ \(4\).png");
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 600px;

}

.discription {
    position: relative;
    left: 1150px;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #1f2325;
    height: 600px;
    width: 250px;

}

.center1-button {

    display: flex;
    height: 60px;
    width: 180px;

    align-items: center;
    justify-content: center;
    background-color: #202D35;


}

.center1-button button {
    color: white;
    background-color: #202D35;
    height: 60px;
    width: 180px;
}



.center2-button {

    display: flex;
    height: 60px;
    width: 180px;

    align-items: center;
    justify-content: center;
    background-color: #85583B;


}

.center2-button button {
    color: white;
    background-color: #85583B;
}




.center3-button {

    display: flex;
    height: 60px;
    width: 180px;

    align-items: center;
    justify-content: center;
    background-color: #56443B;

}

.center3-button button {
    color: white;
    background-color: #56443B;
}


.center4-button {

    display: flex;
    height: 60px;
    width: 180px;
    align-items: center;
    justify-content: center;
    background-color: #986B3C;

}

.center4-button button {
    color: white;
    background-color: #986B3C;

}