@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #1f1f1f;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  gap: 3vw;
}

.description-container {
  width: 543px;
  height: 391px;
  flex-shrink: 0;
}

.title {
  color: #ccf;
  font-family: Pretendard;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 7vh;
}

.sub-title {
  color: #ccf;
  font-family: Pretendard;
  font-size: 48px;
  font-style: normal;
  font-weight: 650;
  line-height: normal;
  margin-left: 160px;
}

.description {
  color: #ccf;
  font-family: Pretendard;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 25px;
}

.highlight {
  color: #ccf;
  font-family: Pretendard;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.fst-line {
    margin-left: 40px;
}

.snd-line {
    margin-left: 80px;
}

.trd-line {
    margin-left: 120px;
}