#quickStart {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.info {
  background-color: inherit;
  margin-bottom: 0;
  padding-bottom: 0;
  align-items: flex-start;
}

.infoW {
  width: 100%;
  margin-bottom: 0.2rem;

  display: flex;
  flex-direction: column;
  align-items: center;
}

div.sectionWrapper {
  margin-top: 0.5rem;
  max-width: 44rem;
  grid-template-rows: auto auto auto;
}

div.sectionHeading {
  font-size: 1.3rem;
  margin: 2.5rem 0.5rem 0.5rem 0.5rem;
}

img.homeIcon {
  width: 3rem;
}

#howtoSeeWrapper {
  margin-top: 2rem;
  width: 100%;
  max-width: 50rem;
  display: flex;
  justify-content: flex-end;
}

#bigWord {
  font-weight: bold;
  font-size: 2rem;
  vertical-align: sub;
}

#ttButton {
  background-color: var(--color-primary-fill); /* revert home.css special case */
}
