body {
    font-family: Arial, sans-serif;
    background: color #f5f8eb;;
    background-repeat: no-repaet;
    background-size: cover;
  }
  
  h1 {
    color: #198c41;
    text-align: center;
  }

  h2{
    color:#8FE388
  }
    
img{
    width: 250x;
    height: 250px;
    display: block;
    margin: 0 auto;
}
  p {
    color: black;
    line-height: 1.5;
    font-style: italic;
  }
  
  ul {
    list-style-type: disc;
    margin-left: 20px;
    color: gray
  }

/* Stijl voor de bovenbalk*/
.bovenbalk{
    background-color: #198c41;
    height: 50px;
    padding:10px;
  }
.bovenbalk{
    text-decoration: none;
    text-align: right;
    margin-right: 0px;
    color:rgb(176, 33, 38);
    font-weight: bold;
    font-size:25px
  }
  

  

