html {
  font:
    400 1rem 'Helvetica Neue',
    Arial,
    sans-serif;
}

.content {
  text-align: center;
  margin-top: 2em;
}

.image {
  height: 4rem;
}

.image img {
  height: 1.5rem;
}

.symbol {
  width: 2.5rem;
  margin-bottom: 1rem;
}

.line {
  margin: 2rem 0;
  width: 100%;
  border-bottom: 1px solid black;
}

p {
  line-height: 1.5em;
}
