body{
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR', sans-serif;
  height: 100vh;
}

.container{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.title-hero{
  font-weight: 400;
  color: #333;
}

.title-hero a{
  text-decoration: none;
  color: #333;
}

.title{
  text-align: center;
  font-weight: 200;
  color: #666;
}
