 body{font-size: 14pt; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 1.5em; line-height: 1.8em;}
p {font-size: 11pt; line-height: 0px;}
a{font-weight: light;}
html,body {
  height:100%;
  width:100%;
  margin:0;
  display:flex;
}

div {
  margin:auto;
  text-align: center;
}

@media (min-width: 1000px) {

div {  width: 30%;}

}


@media (prefers-color-scheme: dark) {
  html {background: black; color: #eee}
  a {color: yellow;}
}
â€¨
@media (prefers-color-scheme: light) {
  /* Light theme styles go here */
}
