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

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

body {
  background: #0a0a0a;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 0;
  font-family: "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
  color: #f3f3f3;
}

button,
input {
  font: inherit;
}

button {
  border: 0;
  background: none;
  color: inherit;
}
