body {
  font-family: Oktah Neue Regular, Arial, sans-serif;
  text-align: center;
  background-color: #891637;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: start;
  text-shadow: #891637 0px 0px 1em, #891637 0px 0px 1em, #891637 0px 0px 1em;
}

.message-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  padding: 6rem 2rem 2rem;
  color: #fff;
  overflow: auto;
  height: 100vh;
  box-sizing: border-box;
}

h1 {
  font-family: Oktah Neue Bold;
  line-height: 1.2;
  font-size: 3rem;
  margin: 0;
}

h2 {
  font-family: Oktah Neue Bold;
  line-height: 1.2;
  font-size: 2rem;
  margin: 0;
}

p {
  line-height: 1.2;
  font-size: 2rem;
  margin: 0;
}

.rijkzwaan-logo {
  width: 18rem;
  height: auto;
  filter: drop-shadow(0px 0px 0.5em #891637) drop-shadow(0px 0px 0.5em #891637);
}

.email {
  font-family: Oktah Neue Regular;
  overflow-wrap: anywhere;
}

.img-container {
  position: fixed;
  top: 20vh;
  z-index: -1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  height: 100vh;
}

img {
  width: 100%;
}

.translations-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}

.translation {
  display: block;
}

.cloudflare-error-token {
  justify-self: end;
  font-size: 1.5rem;
  opacity: 0.5;
  margin-top: auto;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  p {
    font-size: 1.25rem;
  }

  .cloudflare-error-token {
    font-size: 1rem;
  }

  .rijkzwaan-logo {
    width: 14rem;
  }
}