/* CSS Document */
body {
  	background: url('../img/website_achtergrond.png') no-repeat center fixed; 
  	 background-size: cover;
}

h1 {
	color: #6e7bbb;
}

h2 {
	color: #6e7bbb;

}

h3 {
	color: #6e7bbb;

}

ul {
  list-style-type: square;
  margin-top:-15px;
  padding-left: 15px;
}
