@font-face {
  font-family: 'mymerriweather';
  src: url('/fonts/IndieFlower-Regular.ttf');
}
@font-face {
  font-family: 'links';
  src: url('/fonts/KaushanScript-Regular.ttf');
}

 
  body{
  
      background-image: url(../images/background.jpg);
     
      height: 100%;
       
      background-repeat: no-repeat;
      background-size: cover;
      color: black;
      margin: 0px;
      font-family: mymerriweather;
      
      
  
  }
.links {
    overflow: hidden;
    font-family: links;
    display: flex;
    justify-content: center;
    background-color: #a7cef8;
    z-index: 1000;
    position: fixed;
    top: 0;
    width: 100%;
  }
  
  .alink {
    
    display: block;
    color: black ;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 16px;
    margin-top: 1%;
    margin-left: 1%;
  }
  
  .links a:hover {
    color: red;
  }
  
  .links a.active {

    color: white;
  }
   .logoimg{
    width: 20%;
    border-radius: 20px;
  }
  .imagelogo{
    margin-left: 10px;
    padding: 0%;
  }
  

  
.links .icon {
  display: none;
}
h1{
    color: black; 
    text-align: center;
    
  }

.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #000000;
  
}
img {
  border-radius: 50%;
}



.onder_info{
  margin-top: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.welkom1{
  margin-top: 8%
}




    .ontwerp{
      margin-top: 10%;
    }

  .flex-container{
    display: flex;
    width: 55%;
    justify-content: center;
    margin-left: 23%;
    
  }
  
  
  .flex-container > div {
  margin-left: 30px;
  border-radius: 25px;
  padding: 20px;

  }
  .text {
     font-size: 20px;
  }
  .myname{
    text-align: center;
    font-family: namefont ;
    font-size: 23px;
  }
  .text{
    display: flex;
    flex-direction: column;
  }
  .p{
    text-align: start;
  }
  .ontwerp h2{
    margin-left: 25%;
    font-size: 30px;
  }