.website-designed-by > a {
    color: #9631a7;
    text-decoration: none;
}
.website-designed-by > a:hover {
    color: #4b4b4b;
    text-decoration: none;
}
section.wc-footer-content {
  display: flex;
  justify-content: space-between;
}
section.wc-footer-content .left-footer {
}
section.wc-footer-content .center-footer {
  padding: 0 15px;
}
section.wc-footer-content .right-footer {
}
section.wc-footer-content p{
  color: #4b4b4b;
  font-size: 12px;
  font-family: Trebuchet MS, Arial, sans-serif;
}
