body 
 {
    font-family: 'Bricolage Grotesque';
    font-weight: 300;
    font-style: normal;

    font-size:20px;
    background-color:#5cc9f5;
    color:white;
    padding:5%;
 }

div.tekstdeel
 {
    background-color:white;
    color:#172c51;
    border-radius:50px;
    padding:30px;
  }
div.secundairdeel
 {
    background-color:#ed7d31;
    color:white;
    border-radius:20px;
    padding:15px;
  }

 h1 
  {
    font-family: 'Bricolage Grotesque SemiCondensed';
    font-weight: bold;
    font-style: normal;
    font-size:50px;
  }
 h2 
  {
    font-family: 'Bricolage Grotesque SemiCondensed';
    font-weight: 500;
    font-style: bold;
  }
 hr
  {
  	height:2px;
  	border:none;
  	color:#ed7d31;
    border-top: 2px solid #172c51;
    overflow: visible;

  }