body {
  background-color: black;
}

span {
  color: white;
}

hr {
  border-bottom: 1px solid white;
  width: 100%
}

.content {
  width: 80%;
  margin: auto;
  margin-top: 30px;
}