/*T:knop*/
.button {
  text-decoration: none;
}
/*T:knop2*/
.button2 {
  text-decoration: none;
}
/*T:tekstveld*/
.tekstveld {
  color: #fff;
  font-size: 2rem;
  margin: auto;
  top: 40%;
  left: 22%;
  bottom: 0;
  right: 22%;
  position: absolute;
  text-align: center;
  transition: all 0.5s ease 0s;
}
