body {
  background: #03060b;
  color: #e0e8f2;
  font-family: InterVariable, Helvetica, sans-serif;
}

#wrapper {
  display: flex;
  height: 100vh;
  width: 100vw;
}
#impressum {
  padding: 1rem;
  max-width: 32rem;
}

#main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 320px;
  height: 100%;
  padding: 1rem;
}

#photo {
  height: 100%;
}

#photo img {
  height: 100%;
  object-fit: cover;
  object-position: right;
}

h1 {
  font-size: 1.2rem;
  font-weight: 400;
}

ul {
  list-style-type: none;
  padding: 0;
}
ul li {
  padding-left: 0;
  font-size: 3rem;
}

footer {
  font-size: 0.75rem;
}

a {
  color: currentColor;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.06em;
}

p {
  margin-bottom: 0.5rem;
}
h3 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
