body {
    font-family: 'Arial', sans-serif;
    background-image: url('Fotos/achtergrond.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
}

.logo img {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

a {
    color: white;
    margin: auto;
    height: 100px;
    margin-left:46.5%;
    margin-right: 46.5%;
    margin-bottom: 10%;
    text-align: center;
    text-decoration: none;
    
}
.main {
    margin: auto;
    background-color: #000000;
    margin-top: 5%;
    margin-bottom: 40%;
    padding-top: 5%;
    padding-bottom: 5%;
    height: 400px;
    width: 100%; 
    text-align: center;
    color: white;
    opacity: 95%;
}

.main1 {
    margin: auto;
    background-color: #232323;
    opacity: 95%;
    margin-top: 5%;
    margin-bottom: 40%;
    padding-top: 5%;
    padding-bottom: 5%;
    height: 400px;
    width: 100%;
    text-align: center;
    color: white;
    
}

.main2 {
    margin: auto;
    background-color: #232323;
    margin-top: 5%;
    padding: 2rem 2rem;
    min-height: 300vh;
    width: 100%;
    text-align: center;
    color: white;
    border: 1px solid black;
}

.second {
    margin-left: auto;
    margin-right: auto;
    background-color: #232323;
    margin-top: 40%;
    margin-bottom: 40%;
    padding-top: 5%;
    padding-bottom: 10%;
    height: 400px;
    width: 100%;
    text-align: center;
    color: white;
    opacity: 95%;
}

table {
    width: 75%;
    text-align: center;
    margin: auto;
    opacity: 80%;
}

td {
    text-align: center;
}

.menu {
    text-align: center;
    list-style-type: none;
    margin-top: 1%;
    margin-left: 80%;
    overflow: hidden;
    height: 60px;
    background-color: #3b3b3b;
    width: auto;
    opacity: 95%;
}
.menu li{
    align-items: center;
    display: flex;
    justify-content: flex-end;
    
}
.menu a{
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    display: inline-block;
    
}

.submenu {
    list-style-type: none;
    margin-top: 2%;
    overflow: hidden;
    background-color: #333;
    width: auto;
    justify-items: center;
    height: 10%;
    opacity: 95%;
}
.submenu li{
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin: 0 100px;
    
}
.submenu a{
    color: white;
    text-decoration: none;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: auto;
   
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 5px 30px ;
    text-decoration: none;
}

li a:hover:not(.active) {
    background-color: #02613e;

}

.active {
    background-color: #04AA6D;
    

}

.item-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 100px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 280px;
    display: inline;
    flex-direction: column;
    justify-content: space-between;
}

.item-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.item-image img {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 275px;
    height: 275px;
    object-fit: cover;
}

.cta-button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background: #008000;
    color: white;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s;
    margin: 10px auto;
    text-align: center;
}
