/* CSS files add styling rules to your content */

body {
  font-family: helvetica, arial, sans-serif;
  margin: 2em;
}

h1 {
  font-style: italic;
  color: #373fff;
}

#texto1{
  font-size: 40px;
  position:absolute;
  top: 25%;
  font-family: 'Share Tech Mono', monospace;
  font-style:bold
}


a:link {
  font-style:bold;
  color: #FF0000;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #FF0000;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #ff0f0f;
  text-decoration: none;
}

/* selected link */
a:active {
  color: #ed4824;
  text-decoration: none;
}

#myCanvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow-y: hidden;
  position: fixed;
  background-size: cover;
}
