.ccontent {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

h1, h2, h3 {
  margin: 20px 0 10px !important;
}

h5 {
  margin: 10px 0 15px !important;
}

p {
  margin: 0 0 10px !important;
}

hr {
  margin: 20px 0;
}

a {
  color: #f5593d;
  text-decoration: none;
  transition: all .3s ease;
}