a.title {
    font-family: 'Luckiest Guy',cursive;
    text-align:center;font-size:24px;padding:10px;
    color:white;
}
h1 {font-size: 60px;
    color: white;
    margin: 10px auto;
   }


body {text-align:center;
      background:url("img/gears.png");
      background-size:100% 1000px;
      /*
        background-size:50% 500px;
        background:url("img/gears.gif");
     */
      background-repeat:repeat;
      background-position:0% 0%;
      text-align:center;
      color:white;
      font-size: 32px;
     }
.arrow {background-color: unset;}
main a {color: #fff;}
main a:visited {color: #ddd;}
