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

.cta-button a {
  background: #c73f9a;
  font-weight: bold;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 13px 29px;
  margin: 0 auto;
  display: inline-block;
  overflow: hidden;
  text-align: center; }

.cta-button a:hover {
  opacity: .9; }

.btn--solid.btn {
  background: #c73f9a;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  display: inline-block; }

@font-face {
  font-family: "Tenorsansregular";
  src: url("tenorsansregular.ttf"); }
p, h1, h2, h3 {
  font-family: "MyFont", sans-serif; }
