    body {
        margin: 0;
        padding: 0;
        font-family: Arial, Helvetica, sans-serif;
        overflow-x: hidden;
    }
    
     ::-webkit-scrollbar {
        width: 15px;
    }
    
     ::-webkit-scrollbar {
        width: 15px;
    }
    
     ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px rgb(7, 39, 223);
        background: rgb(162, 205, 247);
        border-radius: 10px;
    }
    
     ::-webkit-scrollbar-thumb {
        background: rgb(52, 120, 245);
        border-radius: 10px;
    }
    
     ::-webkit-scrollbar-thumb:hover {
        background: rgb(104, 143, 250);
    }
    
    h6 {
        margin-top: 20px;
        font-size: 22px;
        color: rgb(254, 252, 252);
        text-shadow: 4px 4px 4px rgba(88, 88, 88, 0.3);
    }
    
    h6 span {
        margin-top: 15px;
        color: rgb(5, 5, 5);
        font-family: 'Merienda';
        font-size: 20px;
        padding: 5px 5px;
        text-shadow: 4px 4px 4px rgba(88, 88, 88, 0.3);
    }
    
    .logo img {
        width: 80px;
        height: 80px;
        float: left;
        margin-left: 50px;
    }
    
    header {
        width: 100%;
        height: 100px;
        top: 0;
        left: 0;
        background: rgb(105, 160, 206);
        text-align: center;
        color: #080808;
        font-family: 'Raleway';
        text-transform: uppercase;
        font-size: 24px;
        padding: 10px 10px;
    }
    
    .menu-icon {
        position: fixed;
        top: 10px;
        right: 20px;
        width: 50px;
        height: 44px;
        padding: 4px 8px;
        background: rgba(105, 160, 206, 0.1);
        box-sizing: border-box;
        cursor: pointer;
    }
    
    .menu-icon span {
        width: 100%;
        height: 4px;
        display: block;
        background: #000;
        margin: 6px 0;
        transition: 500ms;
    }
    
    .sidebar {
        position: fixed;
        top: 0;
        left: -300px;
        width: 300px;
        height: 100vh;
        background: rgba(0, 0, 0, 0.6);
        transition: 500ms;
        padding: 20px;
        text-align: center;
        box-sizing: border-box;
        z-index: 3;
    }
    
    .sidebar img {
        width: 40px;
        height: 40px;
    }
    
    .sidebar.active {
        left: 0;
    }
    
    .sidebar .menu {
        margin: 0;
        padding: 40px 0;
    }
    
    .sidebar .menu li {
        list-style: none;
        font-family: 'Montserrat';
    }
    
    .sidebar .menu li a {
        display: block;
        padding: 10px 0;
        text-transform: uppercase;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
    }
    
    .sidebar .menu li a:hover {
        background: rgb(0, 17, 255);
        color: #fff;
    }
    
    .menu-icon.active span {
        background: #000;
        position: absolute;
        width: calc(100% - 16px);
        top: calc(50% - 8px);
    }
    
    .menu-icon.active span:nth-child(1) {
        transform: rotate(45deg);
    }
    
    .menu-icon.active span:nth-child(3) {
        transform: rotate(-45deg);
    }
    
    .menu-icon.active span:nth-child(2) {
        display: none;
    }
    
    .social-icon {
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 40px;
        left: 60px;
        display: flex;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    
    .social-icon li {
        width: 15%;
        text-align: center;
        list-style: none;
    }
    
    .social-icon li a {
        display: block;
        font-size: 16px;
        color: lightblue;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        transition: 500ms;
    }
    
    .social-icon li a:hover {
        background: rgb(0, 17, 255);
    }
    
    section {
        padding: 5vh 0;
    }
    
    .container {
        margin-left: 20px;
        display: grid;
        grid-template-columns: auto auto;
    }
    
    .container img {
        margin-left: 80px;
        margin-top: 80px;
        box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.4);
    }
    
    .container p {
        font-family: 'Raleway';
        font-size: 20px;
        margin-top: -10px;
        padding-left: 20px;
        padding-right: 20px;
        justify-content: left;
    }
    
    .container p span {
        font-family: 'Barlow Semi Condensed';
        font-size: 32px;
        color: blue;
    }
    
    .One,
    .Three {
        background: rgb(141, 195, 240);
    }
    
    .Two,
    .Four {
        background: rgb(125, 180, 224);
    }
    
    .One img {
        margin-top: 100px;
        margin-left: 60px;
    }
    
    .One #mees {
        width: 440px;
        height: auto;
        margin-top: 100px;
        margin-left: 80px;
    }
    
    .Two img {
        width: 320px;
        height: auto;
        margin-top: 10px;
        margin-left: 100px;
    }
    
    
    .Three #cit1 {
        font-family: 'Montserrat';
        font-size: 18px;
        color: rgb(8, 8, 187);
    }
    
    .Two #cit1 {
        font-family: 'Montserrat';
        font-size: 18px;
        color: rgb(8, 8, 187);
    }
    
    .Three #jeux,
    #ton1 {
        margin-left: 20px;
        margin-top: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: blue;
        font-style: italic;
    }
    
    .Four #fold {
        margin-left: 60px;
        width: 320px;
        height: 320px;
    }
    
    .Four #blad {
        margin-left: 10px;
    }
    
    #poll {
        margin-top: 20px;
        margin-left: 100px;
        font-style: italic;
        color: rgb(0, 17, 255);
    }
    
    #pollP {
        margin-top: -19px;
        margin-left: 420px;
        font-style: italic;
        color: rgb(0, 17, 255);
    }
    
    #poll1 {
        margin-top: 10px;
        margin-left: 80px;
        font-style: italic;
        color: rgb(0, 17, 255);
    }
    
    #pollB {
        margin-top: 10px;
        margin-left: 60px;
        font-style: italic;
        color: rgb(0, 17, 255);
    }
    
    
    .Three #dipl1 {
        margin-top: 20px;
        margin-left: 0px;
        width: 420px;
        height: auto;
    }
    
    .Three #dipl2 {
        margin-top: 20px;
        margin-left: 0px;
        width: 380px;
        height: auto;
    }
    
    .Four #toneel {
        margin-top: 8px;
        margin-left: 0px;
        width: 380px;
        height: auto;
    }
    
    .Four #vh1 {
        font-family: 'Montserrat';
        font-style: italic;
        font-weight: bold;
        font-size: 18px;
        color: rgb(187, 8, 83);
    }
    
    .Four #brfV {
        margin-left: 10px;
        margin-top: 0;
        width: 200px;
        height: auto;
    }
    
    footer {
        padding: 20px;
        height: auto;
        background: rgb(105, 160, 206);
    }
    
    footer p {
        margin-left: 40px;
    }
    
    #backtotop {
        margin-left: 10px;
        color: rgb(0, 0, 0);
        text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
    }
    
    #verder {
        margin-left: 20px;
        color: rgb(255, 255, 255);
        text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
    }
    
    #terug {
        margin-left: 20px;
        color: #fff;
        text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
    }
    
    footer #backtotop {
        margin-left: 1.5%;
    }
    
    @media only screen and (max-width:1024px) {
        .container img {
            margin-left: 50px;
            margin-top: auto;
            justify-items: center;
        }
        .logo #kop1{
            margin-top: 10px;
            margin-left: 140px;
            width: 420px;
            height: auto;
        }
        .One #mees {
            margin-left: 40px;
            width: 380px;
            height: auto;
        }
        .One #poll1 {
            margin-left: 60px;
        }
        .Two img {
            margin-left: 60px;
            width: 340px;
            height: auto;
        }
        .Two #poll {
            margin-left: 60px;
        }
        .Three #dipl1 {
            margin-left: 10px;
            width: 340px;
            height: auto;
        }
        .Three #jeux {
            margin-left: 20px;
            margin-bottom: 0px;
            padding: 0px;
        }
        .Three #dipl2 {
            margin-top: 20px;
            margin-left: 0px;
            width: 320px;
            height: auto;
        }
        .Four #toneel {
            width: 320px;
            height: auto;
            margin-left: 0px;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        .Four #ton1 {
            margin-left: 0px;
        }
        footer {
            padding: 20px;
            height: auto;
        }
        footer p {
            margin-left: 20px;
        }
        #terug {
            margin-left: 20px;
            margin-right: 10px;
            color: #fff;
        }
        footer #backtotop {
            margin-left: 1.5%;
        }
    }
    
    @media only screen and (max-width:800px) {
        .container {
            margin-left: 5px;
            display: grid;
            grid-template-columns: auto;
        }
        .container img {
            margin-left: 20px;
            margin-top: auto;
        }
        .row{
            display: grid;
        }
        .col-6{
            display: grid;
            width: 90%;
        }
        h6 {
            margin-top: 25px;
            margin-right: 85px;
            font-size: 14px;
            color: rgb(254, 252, 252);
            text-shadow: 4px 4px 4px rgba(88, 88, 88, 0.3);
        }
        
        h6 span {
            margin-top: 15px;
            color: rgb(5, 5, 5);
            font-family: 'Merienda';
            font-size: 12px;
            padding: 5px 5px;
            text-shadow: 4px 4px 4px rgba(88, 88, 88, 0.3);
        }
        .logo img {
            width: 40px;
            height: 40px;
            float: left;
            margin-left: 20px;
            margin-top: 30px;
        }
        .container p {
            font-family: 'Raleway';
            font-size: 16px;
            margin-top: -10px;
            padding-left: 10px;
            padding-right: 10px;
            
        }
        .container p span {
            font-family: 'Barlow Semi Condensed';
            font-size: 18px;
            color: blue;
        }
        .menu-icon {
            position: fixed;
            top: 10px;
            right: 35px;
            width: 40px;
            height: 44px;
            padding: 2px 4px;
            background: rgba(105, 160, 206, 0.1);
            box-sizing: border-box;
            cursor: pointer;
        }
        .sidebar {
            position: fixed;
            top: 0;
            left: -210px;
            width: 210px;
            height: 100vh;
            background: rgba(0, 0, 0, 0.6);
            transition: 500ms;
            padding: 5px;
            text-align: center;
            box-sizing: border-box;
            z-index: 3;
        }
        .sidebar img {
            width: 30px;
            height: 30px;
        }
        .social-icon {
            margin: 0;
            padding: 0;
            position: absolute;
            bottom: 80px;
            left: 40px;
            display: flex;
            width: 100%;
            padding: 0 10px;
            box-sizing: border-box;
        }
        .sidebar .menu {
            margin: 0;
            padding: 10px 0;
        }
        .sidebar .menu li {
            list-style: none;
            font-family: 'Montserrat';
        }
        .sidebar .menu li a {
            display: block;
            padding: 10px 0;
            text-transform: uppercase;
            color: #fff;
            font-size: 14px;
            text-decoration: none;
        }
        .One #mees {
            margin-top: 10px;
            margin-left: 20px;
            width: 210px;
            height: auto;
        }
        .One #poll1 {
            font-size: 12px;
            margin-left: 5px;
        }
        .Two img {
            margin-left: 20px;
            width: 240px;
            height: auto;
        }
        .Two #poll {
            font-size: 12px;
            margin-left: 20px;
        }
        .Three #dipl1 {
            margin-left: 10px;
            width: 240px;
            height: auto;
            margin-bottom: 10px;
        }
        .Three #jeux {
            font-size: 12px;
            margin-left: 0px;
            margin-bottom: 0px;
        }
        .Three #dipl2 {
            margin-top: 10px;
            margin-left: 10px;
            margin-bottom: 10px;
            width: 240px;
            height: auto;
        }
        .Four #toneel {
            width: 240px;
            height: auto;
            margin-left: 0px;
            margin-top: 10px;
        }
        .Four #ton1 {
            font-size: 12px;
            font-weight: bold;
            margin-left: 0px;
            margin-bottom: 10px;
        }
        .Four #brfV {
            width: 160px;
            height: auto;
        }
        .Four #vh1 {
            color: rgb(179, 3, 3);
            font-size: 1rem;
            font-weight: normal;
        }
        footer {
            padding: 10px;
            height: auto;
        }
        footer p {
            font-size: 12px;
            padding-right: 60px;
            margin-left: 20px;
            margin-right: 20px;
        }
        #terug {
            margin-left: -40px;
            margin-right: 15px;
            color: #fff;
        }
        #backtotop {
            margin-left: 0px;
            margin-right: 160px;
        }
        #verder {
            margin-left: -140px;
            margin-right: 0px;
            color: rgb(255, 255, 255);
            text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
        }
    }