/* Desktop, default */
body {
  background-color: #c6c6c6;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 13pt;
  font-weight: 400;
  text-align: center;
}

#content {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -10%);
  bottom: 0;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li {
  padding-right: 0.4em;
  padding-left: 0.4em;
  padding-bottom: 0.25em;
  display: inline-block;
}

footer {
  clear: both;
  position: relative;
  height: 2em;
  margin-top: 1em;
}

footer ul {
  font-size: 0.8em;
}

footer li {
  padding-right: 0.2em;
  padding-left: 0.2em;
  display: inline-block;
}

a {
  color: #fff;
  text-decoration: none;
  padding-bottom: 0;
}

a:hover, a:focus {
  color: #f4f4ff;
}

main h1 {
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 0;
}

main h2 {
  font-size: 1.5em;
  margin-top: 0.2em;
  font-weight: 500;
}

main h3 {
  font-size: 1.25em;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1em;
  padding-top: 0;
}

/* latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/noto-sans-v36-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
