@font-face {
  font-family: 'Zalando Sans';
  src: url('../fonts/ZalandoSans-SemiCondensed.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Zalando Sans';
  src: url('../fonts/ZalandoSans-SemiCondensedItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

body {
  background-color: #E8E8E8;
  color: #383838;
  font-family: 'Zalando Sans', sans-serif;
  font-size: 20px;
  line-height: 1.2;
  text-shadow: 0 0 2px #46B5D3;
  margin: 0;
  padding: 0 1rem 4rem;
}

.bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: drop-shadow(0 0 2px rgba(70, 181, 211, 0.5));
}

/* @media (max-width: 800px) {
  body {
    text-align: justify;
  }
} */

a {
  color: inherit;
  text-decoration: underline;
}

h1 {
  font-style: italic;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 4rem;
}
