@font-face {
  font-family: 'JalnanGothic';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/JalnanGothic.woff')
    format('woff');
  font-weight: normal;
  font-style: normal;
}

* {
  caret-color: transparent;
}

body {
  font-family: 'JalnanGothic', sans-serif;
}

.title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.title h1 {
  letter-spacing: 25px;
  color: white;
  font-weight: 650;
  font-size: 90px;
  text-align: center;
  line-height: 1.3;
  margin-left: 17px;
  font-style: italic;
}

.title h2 {
  letter-spacing: 10px;
  margin-top: -2px;
  color: white;
  font-weight: 500;
  font-size: 55px;
  text-align: center;
  line-height: 1;
}

.title a {
  color: white;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  line-height: 0.5;
  text-decoration: none;
}

#background-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
