* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
     margin: 0;
    padding: 0;
}

@font-face {
  font-family: Stubenrauch_v8; /* regular font */
  src: url("Stubenrauch_v8-Medium.woff") format("woff");
 }

body {
background: rgb(155,155,155); /* Old browsers */
background: -moz-linear-gradient(top, rgba(155,155,155,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(155,155,155,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(155,155,155,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */;
}

.about {
    padding: 0px;
    margin: 3px 0px 0px 6px;
    z-index: 1;
    background-color: none;
    position: fixed;
}

p {
    font-family: Stubenrauch_v8;
    padding: 0px 0px 3px 0px;
    margin: 0px;
    line-height: 1em;
    font-size: 16px;
    -moz-font-feature-settings: "salt", "clig", "liga", "tnum";
    -webkit-font-feature-settings: "salt", "calt", "liga", "tnum";
    font-feature-settings: "salt", "calt", "liga", "tnum";
    background-color: none;
    letter-spacing: 0.0125em;
}

a {
    text-decoration: none;
    color: inherit;
}

canvas {
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    position: fixed;

}