html,
body {
    height: 100%;
  margin: 0;
  padding: 0;
}

/* Scale canvas with resize attribute to full size */
canvas[resize] {
    width: 100%;
    height: 100%;
}

#digital{
  position: absolute;
  left: 5%;
  top: 5%;
  font-size: 2em;
  color: lime;
  background: mintcream;
  padding: 0.5em;
}

#about{

  
  position: absolute;
  right: 1%;
  bottom: 5%;
  font-family: sans-serif;
  color: white !important;
  background: #000000;
  padding: 4px;
  text-align: right;
  opacity:0;
  transition: opacity 1s;
  
  
  
}

#about a{
  color: white !important;

}