.over-ons-vakje {
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 300px;
  background-color:rgb(74, 255, 255);
  border-radius: 30px;
  text-align: center;
}
