* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: 'K2D', sans-serif;
    background-color: #2C143C;
  }

 /*-------------------------intro---------------------------------------*/

.intro {
    display: flex;
    align-items: center;
    padding: 16px 90px 0px 90px;
    font-family: 'K2D', sans-serif;
    position: relative;
}

  .intro .text {
    flex: 1;
    max-width: 100%;
    color: white; 
    font-size: 18px;
    font-weight: 400;
    padding: 16px 16px 40px 16px;
  }
  .intro .text h2{
    color: #FCFD9D;
    font-size: 64px;
    font-weight: 800;
    padding-bottom: 20PX;
  }
  .intro p{
    margin-top: 20px;
  }

  .intro img{
    padding: 20px;
    height: 350px;
  }

  .btn-container {
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    padding: 20px;
    margin: 20px;
}

.btn-item {
    display: flex; 
    align-items: center; 
    gap: 10px; 
    cursor: pointer;
    color: var(--main-colour);
}


.btn-item img {
    width: 50px;
    height: auto;
}

.btn-item h1 {
    font-size: 18px;
    margin: 0;
    padding-top: 5px;
    color: aliceblue;

}

.zekurWebsite a{
  color: #FCFD9D;
  font-weight: lighter;
}
   /*-------------------------inhoud---------------------------------------*/

   .programmeren{
    margin: 10px 90px;
   }
   
   .programmeren img{
    max-height: 350px;
    border-radius: 20px;
   }

   .programmeren p{
    padding-top: 20px;
   }

   .text{
    font-size: 16px;
}
.text p{
    padding-top: 8px;
}
.container {
    margin: 10px auto;
}
.title{
    margin: 10px 200px;
}
.container h2{
    color: #D20C65;
}

#reflectie{
  margin-bottom: 50px;
}