body {
  background-color: #06151D;
  font-family: "proxima-nova";
}

.container {
  width: 800px;
  margin: 0 auto;
  color: white;
  text-align: center;

}

h1 {
  font-family: "grafolita-script";
  color: white;
  font-size: 65px;
  text-shadow: 1px 1px 1px rgba(255,255,255, 0.8);
  line-height: 30px;
}
