body {
  background-color: #f8f9fa;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}

#view-container {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

footer {
  position: relative;
  bottom: 0;
  width: 100%;
}
