@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');

body {
  background: #453630;
  color: #dedede;
  font-family: "Noto Sans KR", sans-serif;
}

.container {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.odometer {
  font-size: calc(3rem + 3vw);
  font-weight: 900;
}

.name {
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  width: 15%;
}

.title {
  letter-spacing: 1.5px;
  line-height: 1.6;
  font-weight: 700;
}

.content {
  letter-spacing: 1.5px;
  line-height: 1.7;
  font-weight: 500;
}