@font-face {
  font-family: "kopub";
  src: url("./KoPubWorld\ Dotum\ Light.ttf");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: "kopub", sans-serif;
  background-color: blue;
}

#text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: orangered;
}
