@font-face {
  font-family: "Clash Display Variable";
  font-weight: 1 999;
  font-display: swap;
  src: url(./assets/ClashDisplay-Variable.woff2);
}

html,
body {
  margin: 0;
}

body {
  background-color: #f6f7f9;
  padding-bottom: 200vh;
}

.header {
  display: block;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 999;
  background-color: #f6f7f9;
  transform: translateX(-50%);
}

.intro {
  position: relative;
  margin-top: 112px;
}

h1 {
  height: 2em;
  text-align: center;
  margin: 0 auto;
  font-family: "Clash Display Variable";
  font-style: normal;
  font-weight: 700;
  font-size: 224px;
  line-height: 90%;
  text-transform: uppercase;
  color: #00214d;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 0.5em;
  width: fit-content;
  overflow: hidden;
}

.blank {
  display: inline-block;
  width: 60px;
}

.line1 {
  display: flex;
  margin-right: 200px;
}

.line2 {
  display: flex;
  margin-left: 200px;
}

.extra {
  display: block;
  margin: 100px auto;
}
