body {
    font-family: 'Arial', sans-serif;
    text-align: center;
    margin: 0px;
    background-color: #6A5ACD;
    color: white;
  }

  #cookie {
    width: 200px;
    cursor: pointer;
    transition: transform 0.02s ease-in-out;
  }
  #cookie:active {
      transform: scale(1.1);
  }

  #clickCount {
    margin-top: 20px;
    padding-bottom: 5px;
  }

  #depositButton {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 5px;
  }
  header {
    background-color: #00FF00; /* Felgroen */
    padding: 20px;
    display: flex; /* Om de logo en tekst horizontaal te plaatsen */
    align-items: center; /* Om de logo en tekst verticaal te centreren */
    color: white; /* Tekstkleur wit voor contrast */
    margin-top: 0; /* Geen bovenmarge */
    transition: height 0.25s ease-in-out;
  }
      
  header p {
    transition: display 0.25s ease-in-out;
  }

  header img {
    transition: display 0.25s ease-in-out;
  }
  header h1 {
    margin-bottom: 0px;
  }

  header img {
    max-width: 150px; /* Maximale breedte van het logo */
    margin-right: 500px; /* Ruimte tussen het logo en de tekst */
  }
  .div {
    background-color: white;
    border-radius: 10px;
    margin-right: 500px;
    margin-left: 500px;
    color: black;
  }
  #bs {
    background-color: transparent;
    border: none;
    font-size: 20px;
  }