.unifrakturmaguntia-regular {
  font-family: "UnifrakturMaguntia", cursive;
  font-weight: 400;
  font-style: normal;
}
    html, body {
        height: 100%;
    }


body {
  font-family: unifrakturmaguntia;
  background-image: url('https://cdn.pixabay.com/photo/2021/10/18/22/52/steampunk-6722294_960_720.jpg');
  margin: 0;
  padding: 1;
}

.container {
  width: 700px;
  height: 500px;
  margin: 2rem auto;
  padding: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

header h1 {
  text-align: center;
}

.blog-post h2 {
  margin-top: 0;
}
