.groot{
            display: flex;
            justify-content: space-around; /* Hiermee worden de afbeeldingen gelijkmatig verdeeld binnen de container */
            align-items: flex-start; /* Afbeeldingen starten bovenaan uitgelijnd */
            width: 50%; /* Pas de breedte van de afbeeldingen aan zoals gewenst */
            height: auto; /* Behoudt de juiste verhouding van de afbeeldingen */
margin-left: 50%;

        }





.image-container {
            display: flex;
            justify-content: space-around; /* Hiermee worden de afbeeldingen gelijkmatig verdeeld binnen de container */
            align-items: flex-start; /* Afbeeldingen starten bovenaan uitgelijnd */
        }

        .image-container img {
            width: 16%; /* Pas de breedte van de afbeeldingen aan zoals gewenst */
            height: auto; /* Behoudt de juiste verhouding van de afbeeldingen */
            margin: 1px; /* Ruimte tussen de afbeeldingen */
        }
body{
  font-family: 'IBM Plex Mono', monospace;
  font-size:15px;
  margin: 0;
}
body, ul{  margin: 0;
  padding 0;background-color:#FFFFFF;
}

h1,h2,.skills-list {font-family: 'Bebas Neue', cursive;}
img{
  max-width: 100%;


}
nav
{background:#0000FF;
  position:
  fixed;
  z-index: 1;
  width: 100%

}
nav ul li {display:inline-block;
  margin: 0 10px ;
  padding 0 ;
  text-transform: uppercase;
  letter-spacing: px;
  font-size: 14px;

}
li.emety{
  width: 90px;
  border-top:1px solid #0000FF;
  top: -5px;
  position: relative;
}
nav li a {
  text-decoration: none;
  text-transform:uppercase;
  color:#0000FF;
}
nav li a:hover { text-decoration: line-through;
  }

nav ul {margin-top: auto;
text-align: center  ;
padding: 30px
}







header{
  top: 70px;
  position: relative;
  margin-bottom: 80px;
  background-color:#FFFFFF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -145px


}

h1{
  font-size: 70px;
  line-height: 120%;
  color:  #0000FF;


}
.offlinks{margin-left:-auto;margin-left: 20px
}
.offrechts{margin-top: -20px;margin-left: -200px
}


h4{
  font-size: 70px;
  line-height: 120%;
  color:  #0000FF;


}

h2{ font-size: 40px;
line-height: 120%;
color: #0000FF; }
ul li {list-style: none;
  margin: 10px
}







.omgekeerd
{position: fixed;
transform: scaleX(-1);
background-color:#0000FF;}
@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


footer{text-align: center;
margin-bottom: 100px;}
footer h2 {font-size: 40px;
}
