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

html {
  font-size: 100%;
}

body {
  display: flex;
  min-height: 100vh;
  font-family: 'Noto Sans JP', sans-serif;
  color: #e8eaed;
  background-color: #202124;
  justify-content: center;
  align-items: center;
}

h1 {
  font-size: 3rem;
  font-weight: 100;;
}
