/**
 *= require bootstrap/less/bootstrap
 **/

body {
  background: url('<%= image_path('stripes.png') %>');
  transition: transform 1s;
}

h1 {
  color: #a00;
  cursor: pointer;
}
