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

* {
  margin: 0;
  padding: 0;
}

html {
  word-break: break-word;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  min-height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  vertical-align: bottom;
}

button,
input,
textarea,
select {
  font-family: inherit
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  appearance: button;
}

/* END g.css */
html, body {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  line-height: 2;
}

body {
  background-color: rgba(111, 118, 144, .06);
}

h1 {
  font-size: 1rem;
  font-weight: bold;
}

main {
  max-width: 640px;
  padding: 1.5rem;
  width: 100%;
}

a {
  color: #2650D9;
  text-underline-offset: .3em;
  margin-inline-end: .1em;
}

small {
  color: #6F7690;
  font-size: 1rem;
}

code {
  font-family: 'Roboto Mono', monospace;
}

h1 > code {
  text-decoration: underline;
  text-decoration-color: #D9265C;
  text-decoration-style: wavy;
  text-underline-offset: .3em;
}

small a {
  color: inherit;
  text-decoration: none;
}
