@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Pretendard-Regular";
  background-color: #17181e;
  color: rgb(219, 219, 236);
}

#center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#center>h1 {
  margin: 0;
  font-size: 7em;
}