<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Istok+Web:400|Irish+Grover:400|Inter:500,500italic");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.screen a {
  display: contents;
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal &gt; * {
  flex-shrink: 0;
  pointer-events: auto;
}
</pre></body></html>