body,html {
  padding: 0;
  font-family: Inter , arial, "lucida console", sans-serif;
  font-size: 16px;
  color: black;
}

.back {
    background-image: url('/assets/img/background.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    background-size: cover;
  }

.teaser {
    text-align: center;
    margin: 100px auto 50px auto;
    font-size: 2.5rem;
}

.name {
    text-align: center;
    margin: 20px auto 100px auto;
    font-size: clamp(1rem, 10vw, 3.2rem);
    font-family: "Sixtyfour";
}
.teaser-img {
  text-align: center;
  object-fit:contain;
  max-width: 95%;
  border-radius: 8px;
  box-shadow: 8px 8px 10px hsla(0,0%,0%,0.7);
}

.box {
  display: flex;
  justify-content: center;
}

.link {
  font-size: 0.8rem;
  text-align: right;
  margin: 10px;
}

/* Formatierung Verlinkungen */
a:link, a:visited {
  text-decoration: none;
}