	* {
  margin: 0;
}
 
body, header, article, h1, .koppen, #wrapper {
  background-color: #333333;
}

footer, p, a, table, .tekst, .tekstfooter, .kopfooter, .insta, .linkfooter {
  background-color: #404040;
}
  
p, h1, h4, a, .tekst, .koppen,.tekstfooter, .kopfooter, .linkfooter {
  color:white;
}

p, h1, h2, h4, .tekst, .koppen,.tekstfooter, .kopfooter, .linkfooter {
  font-family: papyrus;
}

.tekstfooter, .kopfooter, .insta {
  text-align: left;
}

#blok1,#blok2, #portleft {
  float: left; 
}

header,nav,#wrapper {
  width: 1500px; 
}

.tekstfooter, .kopfooter, .linkfooter{
  margin-left: 150px;
  padding: 0px;  
}

header {
  height: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
  position: sticky;
  z-index: 1;
  top: 0;
}

nav {
  height: 20px;
}

footer {
  margin-top: 50px;
  width: 1856px;
  height: 210px;
}

article {
  margin-top: 110px;
}

p {
  text-align: center;
  padding: 25px;
}

h2 {
  color: #333333;
}

a {
  text-decoration: none;
}

a:hover {
  color: grey;
}

table {
  border: 1px solid black;
  border-collapse: collapse;
  width: 80%
}
 
th, td {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 167px;
  padding-right: 167px;
  border: 1px solid black;
  text-align: center;
}

.tekst {
  margin-top: 70px;
  margin-left: 200px;
  width: 400px;
  font-size: 15pt;
  margin-right: 250px;
  width: 400px;
}

.koppen {
  font-size: 38pt;
  margin-right: 250px;
  margin-top: 70px;
  margin-left: 250px;
  width: 400px;
}

.tekstfooter {
   font-size: 12pt;
}

.kopfooter {
  font-size: 22pt;
}

.insta {
  margin-left: 175px;
}

.linkfooter {
  font-size: 14pt;
}

#wrapper {
  padding: 10px;
  margin: auto;
}

#sticky{
  position: sticky;
  top: 0;
}

#blok1 {
  margin-left: 440px;
}

#img  {
  margin-right: 190px;
  margin-top: 100px;
  margin-bottom: 100px;
}

#portleft {
  margin-left: 237px;
  margin-top: 25px;
}

#portright  {
  margin-right: 237px;
  margin-top: 25px;
  float: right;
}
