/*

DART 450, Winter 2018
Final Project - gooey
Gavin Park

*/


body {
background-color: #c9532b;

}

.trail { /* className for the trail elements */
    position: absolute;
    height: 100px; width: 100px;
    border-radius: 50px;
    background: #8fa7b8;

  }
