body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

header {
    background-color: #4CAF50;
    color: white;
    padding: 20px;
    text-align: center;
}

#main-menu {
    text-align: center;
    padding: 20px;
}

.menu-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.menu-item {
    margin: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.menu-item a {
    text-decoration: none;
    color: #333;
}

.menu-item img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #4CAF50;
    transition: transform 0.3s ease;
}

.menu-item:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.menu-item h3 {
    margin-top: 10px;
    font-size: 1.2em;
}

footer {
    text-align: center;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    position: fixed;
    width: 100%;
    bottom: 0;
}.gif-container {
    text-align: center;
    margin: 20px 0;
}

.gif-container img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}.gif-container {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 150px; /* Pas de breedte aan naar wens */
    height: auto;
}

.gif-container img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.gif-container {
    flex: 0 0 150px; /* Pas de breedte aan naar wens */
    height: auto;
}

.gif-container img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}