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

html, body {
  width: 100%;
  height: 100%;
}

body {
  background-color: rgb(15, 23, 42);
  font-family: "Heebo", sans-serif, "Be Vietnam Pro", sans-serif, "Noto Sans KR", sans-serif;
}

ul, ol, li {
  list-style: none;
}

a {
  text-decoration: none;
}