

body {
  background-color: white;
}

#logo {
  position: absolute; 
  height: 79px; 
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 43%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#text {
font-family: "urw-din", sans-serif;
font-weight: 400;
font-style: normal;
  font-size:0.9em;
  position: absolute;
  text-align: center;
  width: 90%;
  bottom: 11%;
  left: 50%;
  transform: translate(-50%, -50%);
  }

a {
  font-style: normal;
  color:black; 
  margin-right: 1em; 
  text-decoration: underline; 
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

@media (max-aspect-ratio: 5/5) {
  #logo {
  position: absolute; 
  height: 200px; 
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 43%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#text {
font-family: "urw-din", sans-serif;
font-weight: 400;
font-style: normal;
  font-size:1.5em;
  position: absolute;
  text-align: center;
  width: 90%;
  bottom: 11%;
  left: 50%;
  transform: translate(-50%, -50%);
  }

a {
  font-style: normal;
  color:black; 
  margin-right: 1.5em; 
  text-decoration: underline; 
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
}