.page-content {
  text-align: center;
}

.page-text h3 {
  font-size: 1em;
  margin-bottom: 10px;
  text-align: left;
  text-decoration: underline;
}
.page-text ul {
  margin-bottom: 40px;
  line-height: 1.5;
}
.page-text li {
  list-style: outside decimal;
  margin-left: 20px;
  margin-bottom: 5px;
}
.page-text p {
  font-size: 1em;
}

.text {
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .page-container {
    margin-top: 200px;
  }

  .page-photo {
    display: block;
  }

  .page-content {
    background: none;
  }
}
