body {
  margin: 0px;
  overflow: hidden;
}

div#main-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

h1 {
  position: fixed;
  font-size:4.2vw;
  margin-top: 30px;
  margin-left: 30px;

  /*font-family: 'Share Tech Mono', monospace;*/
 

}

a {
  color: black;
  /*text-decoration: none; /* no underline */
 /* text-decoration: inherit;*/
}

@media screen and (min-width: 601px) {
  h1 {
      font-size:  1.2vw;
      color: blue;

  }
}