<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*.header {
  background-color:black;
  text-align:center;
  font-family: 'Open Sans', sans-serif;
  color:white;
}

.container {
    margin: 0 auto 90px;
    max-width: 540px;
    padding: 0 15px;
}*/
 ul {
  list-style: none;
}

li {

  font-size:24px;

}
li a{
  text-decoration: none;
  color: #000;
}
.is-2 {
font-size: 1.5rem !important;
padding-bottom: 4px;
padding-left: 12px;
}
#nav a {
font-size: 1.2rem;
border-bottom: 1px dotted #eee;
}
.is-narrow {
margin-right: 50px;
}
.title.is-1 {
font-size: 2rem !important;
}
.hero-body {
padding: 1.5rem 1.5rem;
}

@media only screen and (max-width: 600px) {
  .menu {
float: none !important;
text-align: center;
margin-top: 10px !important;
margin-bottom: -10px;
  }
} </pre></body></html>