body {
    padding: 0px;
    margin: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #6d6d6d;
    margin: 0;
    font-size: 13px;
    margin-bottom: 100px;
}

canvas{
    width: 100%;
    height: 400px;
    position: fixed;
    z-index: -2;
}

header {
    margin: 0px;
    width: 100%;
    height: 400px;
}

header h1 {
    font-weight: 900;
    font-size: 6em;
    font-style: italic;
    letter-spacing: -5px;
    color: #fff;
    text-align: center;
    margin: 0 0 10px 0;
    line-height: 1em;
    padding-top: 200px;
}

nav {
    text-align: center;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0px;
    background: #f7f7f7;
}

nav ul li {
    display: inline;
    font-size: 1.2em;
    font-weight: 200;
    position: relative;
}

nav ul li a {
    text-decoration: none;
    display: inline-block;
    padding: 20px;
    color: #B3B3B3;
    border-bottom: 3px solid rgba(255, 255, 255, 0);
}

ul li a:hover {
    color: #4A90E2;
    border-bottom: 3px solid #4A90E2;
}

#content{
  background: #fff;
  display: block;
  padding: 20px 20%;
}

.important {
    font-weight: 900;
    font-style: bold;
}

img {
    display: block;
    margin: 0 auto;
}


code{
    background: #dfdfdf
}