/* 포털(/main) 전용 스타일. 공통 헤더/풋터/로그인은 /shared/gamzone-ui.css */

.hello {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hello h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

.hello p {
  font-size: 1.25rem;
  color: #9aa0b4;
}
