body    {
    background-image: url("images/background.jpg");
    background-position: top;
    background-size: cover;
    padding: 20px;
    font-family: Inter, sans-serif;
    letter-spacing: 0.12em;
    padding-bottom: 200px;
}

p   {
    color: #1b1b1b;
}

.logoHeader {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.logoHeader img {
    width: 60%;
}

.imageWrapper{
    display: flex;
    justify-content: center;
    margin-bottom: -20px;
}

.imageWrapper img {
    width: 40%;
}

.contentBlock {
    background-color: #fff;
    padding: 35px;
    text-align: center;
    font-size: 1em;
    border-radius: 10px;
}

.bottomButton {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    z-index: 1000;
}

.bottomButton a {
    width: 100%;
    padding: 20px 10px;
    font-size: 20px;
    background-color: #9BD24D;
    color: #fff;
    border-radius: 10px;
    border: 0;
    border-bottom: 6px solid #5B7E2A;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.bottomButton a:hover {
    background-color: #5B7E2A;
}

/* Overlay background */
.popupOverlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
  }
  
  /* Popup container */
  .popup {
    width: 100%;
    max-width: 600px;
    background-color: transparent;
    box-sizing: border-box;
  }
  
  /* Content block inside popup */
  .popupContentBlock {
    background-color: #fff;
    padding: 35px;
    text-align: center;
    font-size: 1.2em;
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
  }

#dierenset img {
    width: 60%;
}