<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#heatmap {
  width: 100%;
  max-width: 1000px;
}

#options {
  margin: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#options &gt; :first-child {
    margin-bottom: 20px;
}
</pre></body></html>