.site-footer {
  background-color: #001d4d;
  color: white;
  padding: 40px 20px;
  text-align: center;
  font-family: Arial, sans-serif;
  margin-top: 60px;
  width: 100%;
}

.site-footer h4 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #00d8a8;
}

.site-footer p {
  margin: 4px 0;
  font-size: 14px;
  opacity: 0.9;
}
