@font-face{
  font-family: 'steps-mono';
  src: url('Steps-Mono.otf');
}
:root {
  --nav_margin: 12px 10px 2px 10px;
}

html, body{
  margin: 0;
  font-family: 'steps-mono';
  font-size: 2.4vw;
  line-height: 2.4vw;
  background: black;
  color: white;
}
html, body p{
  line-height: 3vw;
}



footer.footer_icons{
  position: fixed;
  display: inline-block;
  bottom: 0;
  right: 0;
  margin: .6rem;
}
footer.footer_icons img{
  width: 1rem;
  height: 1rem;
}
