@font-face {
  font-family: "fluxisch else";
  src: url(fluxisch-else/FluxischElse-Regular.otf);
}

body {
  font-family: "fluxisch else";
  font-size: 1.2rem;
  padding: 2rem;
  margin: 20px;
  position: relative;
  z-index: 0;
  background-image: url(SHHBIG.png), url(Ew3.png), url(Ew.png);
  background-size: calc(95px + 30vw) calc(50px + 20vw), calc(40px + 25vw) auto, calc(50px + 28vw) auto;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 90% 110%, 75% 20%, 45% 110%;
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: url(Climate1.png);
  background-size: calc(100px + 20vw);
  background-repeat: no-repeat;
  background-position: 95% 95%;
  transform: rotate(-8deg);
  transform-origin: center;
  z-index: -1;
}

main { 
  display: grid;
  gap: 2rem;
  max-width: 48rem;
  margin: 0;
}

h1,
h2 {
  margin: 0;
}

h1 {
  font-size: 4.4rem;
  line-height: 1.05;
}

h2 {
  font-size: 1.4rem;
  margin-top: 1.4rem;
}

a {
  color: rgb(255, 0, 255);
}

p {
  max-width: 42ch;
  line-height: 1.6;
  margin: 0.4rem 0;
}

section {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contact h2,
.contact p {
  display: inline-block;
  transform: rotate(-2deg);
}

.contact p {
  display: block;
  margin: 0.25rem 0;
}

section:last-child {
  border-bottom: none;
}

@media (max-width: 640px) {
  body {
    padding: 1rem;
    margin: 0;
    background-size: calc(40px + 25vw) auto, calc(50px + 20vw) auto, calc(50px + 25vw) auto;
    background-position: 80% 120%, 40% 120%, 50% 15%;
  }

  body::before {
    background-position: 95% 60%;
    background-size: calc(80px + 18vw);
  }

  main {
    max-width: 100%;
    padding: 0 0.5rem;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 1.2rem;
  }

  p {
    max-width: 100%;
  }

  section {
    padding-bottom: 0.75rem;
  }
}

