/*

DART 450, Winter 2018
Final Project - gooey
Gavin Park

*/


html, body {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

h1 {

  color: antiquewhite;
  text-align: center;
  font-size: 60px;
  font-family: arial, sans-serif;
  font-weight: 20;
  letter-spacing: 2px;
}
