#koek {
}

.koek {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  top: 20vh;
  left: 20vw;
  width: 20vw;
  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: 0.8vw;
  font-style: normal;
  line-height: 0.8vw;
  width: 100%;
  text-align: center;
  color: var(--kleur4);
  text-transform: uppercase;
}

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

.koekknop:hover {
  color: #ffffff;
}
