body,
html {
  margin: 0px;
}
* {
  box-sizing: border-box;
}

body {
  box-sizing: border-box;
  font-family: "Playfair Display", sans-serif;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  color: #ffffff;
  background-color: none;
  position: relative;
  width: 100%;
  height: 100vh;
  aspect-ratio: 16/10;
}

.page-header {
  padding-top: 0.5em;
  text-align: center;
  font-size: 2vw;
  font-weight: bold;
  margin: 0px;
}

.page-title {
  padding-top: max(5.5em, 45vh - 0.5em);
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  margin: 0px;
}
