.container {
    width: 1792px;
    margin: 0 auto;
}

body {
    background-color: black;
}

header {
    background-color: #f0f0f0;
    padding: 20px;
    background-color: #714317;
    align-items: center;
}

header img {
    width: 50px;
    height: 50px;
    margin: 10px;
}


nav ul {
    list-style: none;
    margin: 0;
    padding: 0;

}

nav li {
    display: inline-block;
    margin-right: 20px;
}

nav a {
    color: white;
    text-decoration: none;
}

nav a:hover {
    color: white;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.genres-column {
    background-color: #f0f0f0;
    padding: 0px;
    background-color: #DDBD9E;
    align-items: center;

}

.column {
    width: 50%;
    margin: 20px;

}

.column img {
    width: 100%;
    height: auto;
}

.column p {
    font-size: 18px;
    color: #333;
}


.overlay-image {
    position: absolute;
    height: 350px;
    bottom: 20px;
    right: 100px;
    width: 100px;
}

.container_image_main {
    position: relative;
    width: 100%;
}



image {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.paragraph_h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;


}

.Paragraaf_h3 {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}




.genere {
    display: block;
    background-color: #BB7C3E;
    color: rgb(0, 0, 0);
    border-radius: 5px;
    margin-bottom: 20px;
    transition: background-color 0.3s ease;
    padding: 20px;
    border: 1px solid #ddd;
    flex: 1;
    text-align: center;
    border-radius: 50px;

}

.Paragraaf_image {
    width: 25%;
    height: 25%;
    align-items: left;
}

.paragraph {
    display: flex;
}

.text {
    align-self: flex-end;
}

.content-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;

}

.genre-image {
    height: 400px;
    width: 400px;
    margin-right: 20px;
    border-radius: 250px;
}

.genre-text {
    flex: 2;
    margin-left: 50px;
    margin-right: 300px;
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 25px;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #714317;
    height: 75px;


    color: white;
    position: relative;
    bottom: 0;
    width: 1792px;
    font-size: 18px;
}