body {
    margin: 0;
    font-family: Cambria;
    height: 757.58px;
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFFFFF;
    padding: 20px 0;
    font-size: 25px;
}

.header {
    text-align: center;
}

nav,
nav ul {
    list-style-type: none;
    padding: 5px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav ul li {
    margin: 0 20px;
}

nav ul li a {
    text-decoration: none;
    color: #91CDB7;
}

.main-content-title {
    margin: 0 10px;
    text-align: center;
    position: relative;
    top: -40px;
    z-index: 2;
}

.main-content-title span {
    display: inline-block;
    width: 350px;
    height: 88px;
    border: 2px solid black;
    padding: 10px;
    color: #91CDB7;
    font-size: 58px;
    line-height: 73px;
    position: relative;
    background-color: white;
}

.main-content-img {
    text-align: center;
    margin-top: 10px;
    z-index: 1;
}

.main-content-img img {
    height: 315px;
    width: 1050px;
    margin-top: -110px;
    margin-left: 50px;
    border: 2px solid black;
}

.search-bar {
    text-align: center;
    margin-top: -30px;
    z-index: 2;
}

.search-bar input[type="text"] {
    padding: 10px;
    width: 388px;
    height: 59px;
    border: 2px solid black;
    font-size: 25px;
    box-sizing: border-box;
    color: #91CDB7;
}

.search-bar input[type="text"]::placeholder {
    color: #91CDB7;
}

.search-bar button {
    padding: 19px;
    background-image: url("Afbeeldingen/Search-button.png");
    background-size: cover;
    background-color: white;
    width: 59px;
    height: 59px;
    border: 2px solid black;
    cursor: pointer;
}

.feature-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F2FFFA;
    margin-top: -20px;
    margin-left: 98px;
    width: 1050px;
    height: 315px;
    border: 2px solid black;
    z-index: 1;
    color: #91CDB7;
}

.feature-circle-container {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.feature-circle {
    width: 207px;
    height: 207px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    margin: 0 20px;
}

.feature-circle img {
    width: 207px;
    height: 207px;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 2px solid black;

}

.feature-circle:first-child {
    margin-left: 75px;
}

.feature-line {
    width: 2px;
    height: 250px;
    background-color: black;
    margin-top: 270px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
}

.feature-text {
    text-align: center;
    width: 200px;
}

.feature-text h2 {
    color: #91CDB7;
}

.recept-content {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.recept {
    text-align: center;
    margin: 20px;
    color: #91CDB7;
}

.recept-text {
    flex: 1;
    padding-right: 20px;
    margin-left: 20px;
}

.recept-image img {
    width: 400px;
    height: auto;
    border: 2px solid black;
}

.recept img {
    width: 200px;
    height: auto;
    margin-bottom: 10px;
    margin-left: 10px;
}

.recept-text h2,
.recept-text h3,
.recept-text h4 {
    margin-top: 0;
    color: #91CDB7;
}

.audio-player {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.audio-content {
    margin-bottom: 20px;
}

.audio-image {
    width: 160px;
    height: auto;
}