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

body {
  font-family: sans-serif;
  font-size: 1.2rem;
  padding: 1rem;
  margin: 0 auto;
  max-width: 40rem;
  color: #f8f8f8;
  background-color: #222;
}

body.error {
  text-align: center;
}

body::before {
  content: " ";
  margin: 3vw auto;
  display: block;
  height: 16em;
  width: 8em;
  background-image: url('1.png');
  background-size: contain;
  background-position: center center;
  border-radius: 0.5em;
}

section {
  padding-bottom: 1em;
}

section::before {
  content: '•';
  display: block;
  text-align: center;
  padding-bottom: 1em;
  padding-top: .5em;
}

section:first-child::before {
  content: none;
}

a {
  text-decoration: none;
  color: #d6d;
}

a:hover {
  border-bottom: 1px dotted #d6d;
  color: inherit;
}

p, ul {
  padding-top: 1em;
  line-height: 1.2em;
}

li {
  list-style: none;
  margin-left: 0.7em;
  margin-bottom: 0.5em;
  position: relative;
}

li::before {
  content: '・';
  position: absolute;
  left: -1em;
  top: 0.05em;
}

#attrib {
  padding-bottom: 2em;
  margin: 5vw 0;
  text-align: center;
  font-size: 0.9em;
}

#attrib::before {
  content: none; 
}
