/*footer.css*/

.site-footer {
  margin-top: 40px;
  padding: 20px;
  text-align: center;
  background: white;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.08);
  font-size: 13px;
  opacity: 0.8;
}
