<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/css2?family=Roboto:wght@300&amp;display=swap');

html, body {
  font-family:'Roboto', sans-serif;
  width:100%;
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background:#000;
  color:#fff;
  overflow:hidden;
}

svg {
  width:100%;
  height:100%;
  max-width:800px;
  max-height:800px; 
  font-size:36px;
}

ul {
  width:95px;
}

li {
  padding-bottom:15px;
}</pre></body></html>