body {
    background-color: #f8f9fa;
    padding: 20px;
}

.navbar {
    margin-bottom: 30px;
}

.intro-block, .browse-block {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.site-selector {
    width: 200px;
    margin-right: 15px;
}
.filter-block, .results-block {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.result-item {
    transition: all 0.2s ease-in-out;
}

.result-item:hover {
    background-color: #f0f8ff;
    transform: scale(1.01);
}

.logo {
   width: 200px;
    border-radius: 8px;
    display: block; 
}

.site-footer {
  background-color: #f8f9fa;
  border-radius: 0.375rem;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

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