body {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: "Anton", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("images/background1.webp") no-repeat center center fixed;
  background-size: cover;
  filter: blur(5px);
  background-position-y: 0%;
  z-index: -1;
}

p {
  font-family: "Hanken Grotesk", sans-serif;
}
