.site-footer {
  width: 100%;
  text-align: center;
  padding: 15px 0;
}

.site-footer a {
  font-family: 'Poppins', sans-serif;
  color: #ff7a00;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}