*,
::before,
::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}

html,
body {
  overscroll-behavior: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

button {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
  font-family: inherit;
}

body {
  background: #f5f5f4;
}

.Typing {
  max-width: 820px;
  margin: 24px auto;
  padding: 0 10px;
}
.Typing-Canvas {
  display: block;
  width: 100%;
  border-radius: 2px;
  background: #ffffff;
}
.Typing-Guide {
  display: block;
  margin-top: 16px;
  color: #1f2937;
  font-family: system-ui, -apple-system, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  text-align: center;
}