.site-footer {
  background-color: #1f1f1f;
  color: #ffffff;
  padding: 30px 20px;
  text-align: center;
  direction: rtl;
  font-family: Tahoma, sans-serif;
}

.footer-container {
  max-width: 800px;
  margin: 0 auto;
}

.footer-title {
  font-size: 20px;
  font-weight: bold;
  color: #ffd700;
  margin-bottom: 10px;
}

.site-footer p {
  margin: 6px 0;
  font-size: 14px;
}

.site-footer a {
  color: #55acee;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.footer-bottom {
  margin-top: 20px;
  border-top: 1px solid #444;
  padding-top: 10px;
  font-size: 12px;
  color: #ccc;
}
