header {
  color: white;
  margin: 1em;
  letter-spacing: 0.3em;
}

body {
  background-image: url("../../_images/_root/bg.webp");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

footer {
  color: #ccc;
  margin: 1em;
  text-align: right;
  position: absolute;
  bottom: 0;
}