@font-face {
  font-family: "Iansui-Regular";
  src:
    url("./fonts/Iansui-Regular.woff2") format("woff2"),
    url("./fonts/Iansui-Regular.woff") format("woff"),
    url("./fonts/Iansui-Regular.ttf") format("truetype");
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

body {
  background-color: #fff0af;
  font-family: "Iansui-Regular", Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

h1 {
  color: #dd991f;
  margin: 0;
}
