* {
  box-sizing: border-box;
}

html,
body {
  font-family: Pretendard, sans-serif;
}

body {
  /* display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center; */
}

.hanyongpa {
  position: absolute;
  /* width: 100vw; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 900;
  font-size: 500px;
  text-align: center;
  white-space: nowrap;
}
