<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html, body {
  height: 100%;
  word-wrap: break-word;
  font-family: Arial,Helvetica,'Helvetica Neue',sans-serif;
  font-size: 24px;
}

.container{
  width: 100%;
}

.my-auto{
  margin: 0 15%;
  position: absolute;
  top: 40%;
  line-height: 35px;
}
</pre></body></html>