
html, body, p, a {
}

#logo {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  transform-origin: 50% 50%;
}

#bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}


#text {
  position: absolute;
  right: 10px;
  top: 104px;
  text-align: right;
  opacity: 0;
  font-size: 15px;
}

#button {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -50px;
  padding: 8px;
  font-size: 15px;
  border-radius: 4px;
  background-color: #010E47;
}

body {
  font-family: Aniara;
  width: 100%;
  height: auto;
  font-size: 16px;
}

#interior {
  position: absolute;
  top: 250px;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  opacity: 0;
  z-index: 999;
}

#container {
  position: absolute;
  padding: 2px;
  top: 75px;
  left: 18px;
  opacity: 1;
  color: #2C2968;
  transform: rotate(-4deg);
  font-weight: bold;
  text-align: center;
  width: 250px;
  height: 141px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#textToFit {
  max-height: 135px;
  font-size: 22px;
  overflow: hidden;
  word-spacing: -5px;
}

#leesmeer {
  position: absolute;
  top: 193px;
  left: 95px;
  opacity: 1;
  color: #2C2968;
  transform: rotate(-5deg);
  font-size: 18px;
  width: 120px;
  text-align: center;
  word-spacing: -5px;
}