/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-image: url('/img/background.gif');
  color: black;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
}

.welcome {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.2rem 1.8rem 0.8rem;
  width: fit-content;
  margin: 0 auto;
}

.welcome .herz {
  width: 3em;
  height: auto;
}

.welcome h1 {
  margin: 0 0 0 0.5rem;
}

.hidden {
  visibility: hidden;
  font-size: 0px;
}

.gesichter {
  display: flex;
}

.lina {
  background-image: url('/img/lina.png');
  padding: 5rem 4rem;
background-clip: text;
    background-size: 80% 70%;
      background-position: center;
    clip-path: polygon(56% 0, 66% 31%, 98% 41%, 73% 60%, 76% 92%, 50% 76%, 15% 85%, 23% 59%, 4% 32%, 36% 29%);
}

.vanessa {
  background-image: url('/img/vanessa.png');
  padding: 5rem 4rem;
  background-clip: text;
    background-size: 50% 70%;
      background-position: center;
    clip-path: polygon(39% 0, 63% 31%, 91% 23%, 71% 54%, 89% 85%, 48% 79%, 20% 96%, 23% 63%, 4% 48%, 32% 33%);
}

.kirmes {
  background-image: url('/img/kirmes.png');
  padding: 5rem 4rem;
  background-clip: text;
    background-position: center;
  clip-path: polygon(79% 1%, 75% 34%, 100% 47%, 63% 69%, 56% 100%, 33% 69%, 2% 73%, 21% 44%, 12% 7%, 44% 28%);
      background-size: 70%;
}

.christoph {
  background-image: url('/img/christoph.png');
  padding: 5rem 4rem;
  background-clip: text;
  background-size: 70% 60%;
  background-position: center;
  clip-path: polygon(59% 5%, 66% 37%, 100% 45%, 71% 62%, 68% 100%, 48% 78%, 2% 84%, 24% 54%, 0 16%, 37% 33%);
}