#text .inner {
  text-align: left;
  font-size: 20px;
}

#text .section {
  padding: 10px 0px;
}

.under {
  border-bottom: solid 4px white;
  padding-bottom: 10px;
}

a {
  color: #e74c3c;
  text-decoration: none;
}

a:hover {
  color: #ea6153;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}