body {
  background: #fff;
  color: #202020;
}

#logo {
  width: 90vw;
  max-width: 800px;
}

.container {
  max-width: 800px;
}

.hero {
  color: #363636;
  height: 80vh;
}

.hero div {
  margin-bottom: 5rem;
}

.hero h1 {
  font-weight: 200;
}

.header {
  font-weight: 200;
}

.content {
  font-size: 1.8rem;
}

.disclaim {
  font-size: 1.5rem;
}

a {
  color: #202020;
}

.draw {
  stroke-dasharray: 4.07;
  stroke-dashoffset: 4.07;
  animation: dashdraw 4s linear forwards, fill 2s 4s forwards;
  fill: #FFFFFF;
}

@keyframes dashdraw {
  to {stroke-dashoffset: 0;}
}

@keyframes fill {
   to {fill: #000000;}
}
