body {
  margin: 0px;
}

article {
  margin-left: 30%;
  width: 50%;
}

h1 {
  font-size: 46px;
}

.story_image {
  width: 75%;
}

footer {
  margin-top: 20px;
  font-family: Basier, Arial, sans-serif;
}

a {
  color: black;
}

a:hover {
  color: #717171;
  text-decoration-color: #ffcb04;
}

 .graph-image { 
  width: 75%;
}


