<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
:root {
  font-size: 16px;
}
* {
  box-sizing: border-box;
  margin: 0;
}
html {
  min-height: 100%;
}
body {
  color: #000;
  font: 400 1em/1.3em Arial, sans-serif;
}
#wrapper {
  position: relative;
  max-width: 537px;
  margin: 1rem auto;
  border: solid 2px #000;
  background-color: #fff;
  overflow: hidden;
  padding: 0.5rem 1rem 0.25rem;
}
p {
  padding-bottom: 0.3rem;
}
h1 {
  margin: 0 0 0.5rem;
  font-size: 1.3125em;
  line-height: 1.2;
  text-align: center;
}
h2 {
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 0;
}
:is(a:link,a:hover,a:visited,a:active){
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  padding: 0 0 1rem;
  list-style: none;
}
li {
  padding-left: 0.9rem;
}
ul li:before {
  content: "•";
  font-size: 1.4em;
  float: left;
  margin-left: -0.9rem;
}
header {
  display: flex;
  justify-content: center;
  padding-bottom: 0.3rem;
}
.width {
  width: 324px;
}
footer {
  position: absolute;
  bottom: 5px;
  right: 1rem;
}
@media only screen and (max-width:536px) {
  #wrapper {
    border: none;
    margin: 0 auto;
  }
  footer {
    position: static;
    display: flex;
    justify-content: center;
    padding: 0.5rem;
  }
  li {
    padding-left: 0.9rem;
  }
  .width {
    width: 100%;
  }
  span {
    display: inline-block;
  }
}</pre></body></html>