#koek {
}

.koek {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  top: 10vh;
  left: 10vw;
  width: 50vw;
  padding: 1vw;
  transition: left 1s ease-in-out;
  z-index: 900;
  border: 1px solid #fff;
}

.koektekst {
  text-align: center;
}

.koektekst > p {
  font-family: var(--font2);
  font-size: 2vw;
  font-style: normal;
  line-height: 2vw;
  width: 100%;
  text-align: center;
  color: var(--kleur4);
  text-transform: uppercase;
}

.koekknop {
  display: inline-block;
  cursor: pointer;
  font-family: var(--font2);
  font-size: 3vw;
  text-transform: uppercase;
  color: var(--kleur3);
  margin: 0 auto;
  z-index: 1000;
}

.koekknop:hover {
  color: #ffffff;
}
