body {
  background-color: #ff00e0;
}
h1 {
  color: blue;
}
p {
  font-family: 'lucida Sans';
  font-size: 40px;
  color: yellow;
  margin: 0 10% 0 10%;
}

p.p2 {
  font-family: 'lucida Sans';
  font-size: 44px;
  color: yellow;
  text-align: center;
  align-content: center;
  margin: 0 10% 0 10%;
}

p.p3 {
  font-family:'lucida Sans';
  font-size: 44px;
  color: yellow;
  text-align: center;
  align-content: center;
  margin: 0 10% 0 10%;
}



.paardlinks {
  left: 0;
  top: 0;
  position: fixed;
}

.paardrechts {
  right: 0;
  top: 0;
  position: fixed;
}

.paardlinkso {
  left: 0;
  bottom: 0;
  position: fixed;
}

.paardrechtso {
  right: 0;
  bottom: 0;
  position: fixed;
}