body{
    background-color:#a7a3d4;
    font-family: "Staatliches", sans-serif;
}

.header-text{
    display: grid;
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
    font-style: normal;
    grid-gap:16px;
      
}
.header-top{
    font-size: 60px;
    color: #99FFCC;
    background-color: #3355CC;
    max-width: 350px;
}
.header-bottom{
    font-size: 80px;
    color: #3355CC;
    background-color: #99FFCC;
    max-width: 750px;
}
.container{
    display: flex;
    align-items: center;
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #99FFCC;
    color: #3355CC;
    font-size: 168%;
  margin-left: 35%;
 max-width: 31%;

   
}
.informatie{
display: flex;
background-image: url(../images/homeIntro.png);
width: 700px;
height: 300px;
margin-top: 400px;
background-size: cover;
justify-content: start;
flex-direction: column;
}
#header-content{
    background-image: url("../images/header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: auto;
    
}
ul{
    list-style-type: none;
   gap: 30px;
}
li{
    display: inline;
}
li a{text-decoration: none;}

#text-info{
    background-color: #99FFCC;
    color: #3355CC;
    max-width: 60%;
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
    font-style: normal;
    max-height: 80%;
    margin-top: 5%;
    margin-left: 10%;
   text-align:left;
 
   
   
}

.container-info{
    display: flex;
    justify-content: space-around;
   margin-left: 37px;
   margin-top: 20px;
    align-items: center;
    font-family:sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 1200px;
    font-size: 110%;
    flex-wrap: nowrap;
    gap: 20px;
}
#tekst{
    background-color: #99FFCC;
    color: #3355CC;
    max-width: 50%;
    
}
#agenda{
    background-color:#3355CC ;
    color:#99FFCC ;
    
}
#woord{
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #99FFCC;
    color: #3355CC;
    max-width: 16%;
    font-size: 300%;
    margin-top: 50px;
    margin-left: 130px;
}
.container-plaatjes{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap   ;
    justify-content: center;
    width: -10px;
    margin-top: 20px;
    width: 1200px;
    gap: 10px;
}

.contaier-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    
}

#geboorte{
background-image: url(../images/birth.jpg);
height: 300px;
width: 350px;
background-size:cover;
background-position: 50%;
color:#99FFCC;
}
#golven{
    background-image: url(../images/golf.jpeg);
    background-size:cover;
    background-position: 50%;
    height: 300px;
    width: 350px;
    color:#99FFCC;
    

}
#uitvinding{
    background-image: url(../images/invention.jpg);
    background-size:cover;
    background-position: 50%;
    height: 300px;
    width: 350px;
    color:#99FFCC;
}
#lees-meer{
    display: flex;
    background-color:#3355CC;
    color:#99FFCC;
    max-width: 50%;
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: xx-large;
    margin-top: 30px;
    justify-content: center;
    justify-content: space-around;
    margin-left: 73px;
    

}
