body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    background-size: 1300px 655px;
    font-family: Garamond, serif;
    margin: 0;
}

ul {
    list-style-type: none;
    margin:0px;
    padding: 5px;
    overflow: hidden;
    background-color: #07282f;
    margin: 0;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    margin: 20px;
    text-decoration: none;
}

li a:hover {
    background-color: purple;
}

h1 {
    background-color: #07282f;
}

h2 {
    text-align: center;
}

img {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 250px;
    display: flex;
    justify-content: space-between;

}

article {
    width: 500px;
    color: white;

}

.text-container {   
    display: flex;
}

.text-container p {
    background-color: cyan;
    padding: 20px;
    font-size: 20px; 
    flex: 1;
    float: left
}

.text-container img {
    border: 8px double purple;
    flex: 1;
    width: 400px;
    height: 350px;
}

.plaatjes {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.rij {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.text {
    font-weight: bold;
    margin-bottom: 5px;
}

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

.plaatjes img {
    border: 4px solid purple; 
    height: 300px;
    width: 300px;
}

.social-section {
    background-color: #07282f;
    display: flex;
    flex-direction: column;
    color: white;
    align-items: center;
    padding: 20px;
}

.icon-group {
    font-size: 25px;
    display: flex;
    list-style-type: none;
    justify-content: center;
    gap: 50px;
    background-color: #07282f;
}

.icon-group a {
    text-decoration: none;
    color: white;
}

.like {
    text-align: center;
    font-size: 25px;
    margin-bottom: 10px;
}