
main {
  overflow-y: scroll;
}


.story-title {
  font-size: 2rem;
}

.story-title a {
  color: #544E4C;
  text-decoration: none;
}

.story-title a:hover {
  color: #544E4C;
  text-decoration: underline;
}

.story:hover .story-title a {
  color: #544E4C;
  text-decoration: underline;
}
