section:nth-of-type(odd) {
    background-color: var(--background);
}

section:nth-of-type(odd) square {
    background-color: var(--background);
    box-shadow: none;
}

section main square:first-of-type {
  margin-top: 3em;
}

square .info {
  display: none;
}
