body {
  background-color: #C1E6FF;
  font-family: sans-serif;
  color: #000006;
  font-size: 18px;
}

p {
  font-size: inherit;
  text-indent: inherit;
}

.indent {
  text-indent: 40px;
}

i {
  color: #797979;
}

hr {
  border: 4px solid #445157;
  border-style: solid;
  border-width: 3px;
  margin: 8px;
}

.center {
  text-align: center;
}

@media (pointer:none),(pointer:coarse) {
  body {
    font-size: 32px;
  }
}
