@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Share+Tech+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kode+Mono:wght@400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Share+Tech+Mono&display=swap');

html {
  font-family: 'Share+Tech+Mono', monospace;
}

body {
  background: #000;
  color: #00ff00;
}

section {
  max-width: 35vw;
  margin: 30px auto;
}

hr {
  border-top: 1px dashed #00ff00;
  width: 100%;
}

p {
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #00ff00;
}

a:hover {
  color: #cccccc;
}

@media only screen and (max-width: 800px) {
  section {
    max-width: 85vw;
    margin: 30px auto;
  }
}
