@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,600;0,800;&display=swap');
body {
  background: #00182f;
  color: white;
  font-family: 'Noto Serif KR', san-serif;
}

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

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

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

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

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