
.container-fluid {
    margin-top: 100px!important;
    margin-bottom: 100px!important;
}

.logo-container {
    position: absolute;
}

.logo-container img {
    max-width:350px;
    width:100%;
}

@media only screen and (max-width:556px) {
    .logo-container .logo {
        width: 105px!important;
        left:100px!important;
    }
    .logo-container img {
        width:245px;
    }
    .content-container {
        height:100%!important;
    }
}

.content-container  {
    height:100vh;
}

.logo-container .logo {
    position: absolute;
    left:150px;
    max-width: 150px;
    width: 100%;
}

h1, h2, h5 {
    color:white;
}

h2 {
    font-size:20px!important;
}

.content {
    flex-wrap: wrap;
    display:inline-flex;
    gap:24px;
    max-width: 1000px;
}

.content img {
    width:130px;
}

.block {
    background-color:white;
    border-radius: 20px;
    width:161px;
    height:135px;
    transition-duration: 0.3s;
}

.block:hover {
    transform: scale(105%);
    transition-duration: 0.3s;
}

body {
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Source Sans Pro', sans-serif;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: fill;
    overflow-y:hidden;
}
body {
        background-color: #f8f9fa;
        font-family : 'Times New Roman', Times, serif
      
        
    }
    .mijn-snl {
        padding: 20px;
        text-align: center;
    }
    .h1 {
        font-size: 2.5rem;
        margin-bottom: 10px;
        color: #333;
    }
    .h5 {
        font-size: 1.2rem;
        margin-bottom: 20px;
        color: #666;
    }
    .h5 a {
        color: #007bff;
        text-decoration: none;
    }


    .content-container {
        max-width: 1080px;
        margin: auto;
    }
    .content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .block {
        width: 200px;
        height: 200px;
        margin: 10px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #333;
    }
    .block img {
        max-width: 80%;
        height: auto;
    }

    .block span {
        margin-top: 10px;
        font-weight: bold;
    }
    .block:hover {
        transform: scale(1.05);
        transition: transform 0.2s;
    }
    .block:active {
        transform: scale(0.95);
        transition: transform 0.1s;
    }
    .block a {
        color: inherit;
        text-decoration: none;
    }
    .block a:hover {
        color: #007bff;
        text-decoration: underline;
    }
    .block a:active {
        color: #0056b3;
    }  
    .logo-container img {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }   
    .logo-container img {
        position: relative;
        z-index: 1;
    }   
    @media (max-width: 768px) {

        .block {
            width: 150px;
            height: 150px;
        }
    }
    @media (max-width: 576px) {

        .block {
            width: 120px;
            height: 120px;
        }
        .content {
            flex-direction: column;
            align-items: center;
        }
        .block {
            margin: 10px 0;
        }
        .block span {
            font-size: 0.8rem;
        }       
    }
    @media (max-width: 480px) {

        .block {
            width: 100px;
            height: 100px;
        }
        .block span {
            font-size: 0.7rem;
        }
        .content {
            flex-direction: column;
            align-items: center;
        }
        .block {
            margin: 5px 0;
        }   
    }       
.span {
        font-size: 1.2rem;
        font-weight: bold;
    }
    .block:hover .span {
        color: #007bff;
        text-decoration: none ;
    }
    .block:active .span {
        color: #0056b3;
        text-decoration: none;
    }
    .block img {
        max-width: 100%;
        height: auto;
    }
    .block span {
        margin-top: 10px;
        font-weight: bold;
    }
