/*

DART 450, Winter 2018
Title of project
Author

Some description of the CSS styling

*/

body {
  background-color: lightblue;
}

#start {
  position: absolute;
  left: 400px;
}
#second {
  position: absolute;
  left: 30px;
  top: 400px;
}

.storyLine {
  text-align: center;
  margin-bottom: 20px;
  font-size:42px;
  font-family: ;
}

img {
  width: 300px;
  height:auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
