h1{
    text-align: center;
}

textarea {
  caret-color: black;       /* kleur van de tekstcursor */
  outline: 1px solid #121312; /* duidelijke rand bij focus */
  max-width: 90vw;
}

