h1.title {
  text-align: left;
}

/* styles.scss */
.right-align-text {
  text-align: right;
}

.dark-orange-text {
  color: #ff8c00;
  /* A dark orange color */
}

.call-to-action {
  color: #ffffff;
  background-color: #ff8c00;
}

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

.small-text {
  font-size: 0.75em;
  /* 80% of the surrounding text size */
}

hr {
  border: none;
  height: 2px;
  background-color: #ff8c00;
  width: 50%;
  margin: 0 auto;
  opacity: 1;
}

h2 {
  border-bottom: 2px solid rgba(255, 140, 0, 1);
}
