*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

@font-face {
  font-family: "Bagnard";
  src: local("Bagnard"), url("../fonts/bagnard/Bagnard.woff") format("woff");
  font-display: swap;
}

body {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-size: 1.2rem;
  font-family: "Bagnard", serif;
  line-height: 1.3;
  word-spacing: -0.01em;
  color: white;
}

.header-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-video {
  object-fit: cover;
  position: fixed;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  filter: brightness(50%);
}

@media (min-width: 801px) {
  .content {
    font-size: 2.6rem;
  }
}

.footer-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.footer-contact a {
  text-decoration: none;
  color: inherit;
}
