html, body, main, section, div, img, h1, p {
  margin: 0;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  font-family: 'Pretendard', sans-serif;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 4.8rem;
  min-height: 100vh;
  padding: 4.8rem;
}

section {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4.8rem;
}

.setting {
  max-width: 80%;
}

.text {
  text-align: center;
}

.text h1 {
  color: #303030;
  font-size: 3.6rem;
}

.text h1 span {
  color: #4CA5FF;
}

.text p {
  margin-top: 2.4rem;
  color: #6E6E6E;
  font-size: 1.6rem;
  line-height: 1.6;
}

.logo {
  max-width: 50%;
}

@media (max-width: 768px) {
  html {
    font-size: 8px;
  }  
}
