body {
  margin: 0;
  font-size: 8pt;
  font-family: 'Quicksand', sans-serif;
  text-align: center; }
  body div.graph-container {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    position: fixed;
    z-index: -1; }
    body div.graph-container canvas {
      position: absolute;
      left: 0;
      right: 0;
      z-index: -1; }
    body div.graph-container ul {
      display: none; }
    body div.graph-container img {
      height: 250px;
      background-color: white;
      border-radius: 125px;
      border: solid 2px white;
      margin: 20px;
      margin-top: 100px;
      max-height: 50vw;
      max-width: 50vw; }
    body div.graph-container h1 {
      font-size: 6em;
      margin: 0px;
      color: white; }
  body header {
    text-align: center;
    position: fixed;
    width: 100vw; }
    body header nav {
      margin: 0 auto;
      background-color: rgba(0, 0, 0, 0.4);
      display: inline-block; }
      body header nav a {
        margin: 5px 0px 5px 5px;
        padding: 4px;
        border-radius: 3px;
        color: white;
        background-color: rgba(255, 255, 255, 0.3);
        cursor: pointer;
        display: block;
        float: left;
        font-size: 2em; }
      body header nav a:last-of-type {
        margin: 5px; }
  body section div.content {
    margin: 0 auto;
    max-width: 1024px;
    width: 90vw; }
  body section.first {
    padding-top: 100px;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    height: calc(100vh - 100px); }
    body section.first img {
      height: 250px;
      background-color: white;
      border-radius: 125px;
      margin: 20px; }
    body section.first h1 {
      font-size: 90px;
      margin: 0px; }
  body section.products {
    background-color: white; }
    body section.products div.product {
      text-align: left; }
