html {
  font: normal normal normal 18px/1.2 "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  color: #292f33;
}

#gene_image {
  margin-top: 1em;
  transition: filter 0.2s ease-in-out;
}

.container {
  max-width: none;
  text-align: center;
}

.gray {
  filter: brightness(0.8);
}

.search {
  text-align: left;
  max-width: 520px;
  margin: 0 auto;
}
