@font-face {
  font-family: "LyonDisplay-Light";
  src: url("LyonDisplay-Light-Web.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "LyonDisplay-Light", sans-serif;
}

.centered-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

h1 {
  font-size: clamp(3.05rem, 3.54vw + 2.17rem, 5rem);
  color: rgb(233, 74, 74);
}