body {
  background-color: #634f26;
  color: #ce9747;
  font-family: Verdana;
  text-align: center
}

h1 {
  text-align: center;
  text-transform: uppercase;
  margin: 100px;
}

a:link {
  font-size: 20px;
  text-align: center
}

a:link {
      color: #ce9747;
      text-decoration: none;
}

a:hover {
  background-color:  #7c9747;
  text-decoration: none;
}

.container {
  display: inline
}

div {
  display: flex;
  align-items: center;
}

.storylink { 
  display: inline-block;
  width: 100px; 
  margin: 10px;
}
}
.linktitle { 
  margin-bottom: 5px; 
}

