#projects.svelte-8a2rwk {
  margin: 0 200px 0 200px;
}

/* (unused) body {
  margin: 0;
  min-height: 100vh;
}*/

/* (unused) #header {
  height: 250px;
}*/

.selected.svelte-8a2rwk {
  color: #006edb !important;
}

#searchFilters.svelte-8a2rwk button:where(.svelte-8a2rwk):hover {
  color: #006edb;
}

#searchFilters.svelte-8a2rwk {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}

#searchFilters.svelte-8a2rwk button:where(.svelte-8a2rwk) {
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s;
  padding: 2em 3em 2em 3em;
}

#searchFilters.svelte-8a2rwk :where(.svelte-8a2rwk) {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #8a8a8a;
}

/* (unused) main {
  height: 100vh;
  margin-bottom: 240px;
  height: 100%;
}*/

@media screen and (max-width: 710px) {
  #searchFilters.svelte-8a2rwk :where(.svelte-8a2rwk) {
    font-size: 20px;
  }
}