header {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}

body {
  font-family: "Cormorant Garamond", serif;
  background-image: url("/media/background_image.jpg");
  background-size: cover;
  background-position: center;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  text-align: center;
}
