html {
  width: 100%;
}

.intro-row {
  width: 100%;
  background-color: #fff;
}

.full-width {
  width: 100%;
}

.gene-input {
  max-width: 100%;
}

.output-frame {
  width: 100%;
  border: 0;
}

.svg-button {
  width: fit-content;
  height: fit-content;
}

.links line,
.link {
  stroke: #aaa;
}

.nodes circle {
  pointer-events: all;
}

.grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin-bottom: 300px;
  vertical-align: middle;
}
