* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

main {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(rgba(12, 10, 8, 0.46), rgba(12, 10, 8, 0.46)),
    url("background.jpg") center / cover no-repeat;
}

.content p {
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}

.content h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 11vw, 150px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.055em;
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.25);
}
