<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.grid-50 {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  gap: 20px;
}

.half-container {
  flex: 1;
  text-align: center;
}

.no-margin {
  margin: 0;
}

@media only screen and (min-width: 750px) {
  .grid-50 {
    flex-direction: row;
  }
}
</pre></body></html>