* {
  margin: 0;
  padding: 0;
  font-family: 'VT323', monospace;
  font-family: 'verdana';
  color: #a9acad;
}
html, body {
  width: 100%;
  height: 100%;
}
canvas {
  opacity: 0.2;
}
@media screen and (max-width: 480px) {
  #logo_area {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 288px;
    margin: auto;
    height: 150px;
    text-align: center;
    font-size: 21px;
    line-height: 23px;
    word-spacing: 5px;
  }
  img.logo {
    /*
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
      */
    width: 85%;
  }
  p.tagline {
    margin: 10px 45px;
  }
}
@media screen and (min-width: 481px) {
  #logo_area {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 400px;
    margin: auto;
    height: 150px;
    text-align: center;
    font-size: 26px;
    line-height: 29px;
    word-spacing: 5px;
  }
  img.logo {
    /*
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
      */
    width: 70%;
  }
  p.tagline {
    margin: 25px 0px;
  }
}
#s1, #s3, #s5 {
  color: rgb(0, 173, 239);
  color: #f6f6f6;
}
#s1, #s2, #s3, #s4, #s5, #s6 {
  color: #f6f6f6;
}
