
footer {
  display: block;
  width: 100%;
  height: 50px;
  background-color: black;
  color: white;
}

.headerNav{
  display: flex;
  justify-content: flex-start;
  padding:5px;
}

.headerNavButton{
  margin:5px;
  color: purple;
}

.blurbBox{
  display: flex;
  flex-direction: column;
  width: 30rem;
}

.cardGrid{
  display: flex;
  flex-wrap: wrap;
}

.storyCard{
  width: 20rem;
  margin: 1rem;
}
.storyCard:hover{
  cursor:pointer;
}
.storyCardStats{
  display: flex;
  justify-content: space-between;
}
.page{
  margin-left: 10rem;
  margin-right: 10rem;
  margin-bottom: 1rem;
}

.jsonOutput{
  white-space: pre-line;
}
.storyEditor{
  margin-left: 50px;
  margin-right: 50px;
}
.paddedButton{
  margin: 0.5rem;
}
.stars{
  width: 30rem;
  justify-content: flex-start;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.star{
  margin-left: 2px;
  margin-right: 2px;
}
.packedP{
  margin-bottom: 0.4rem;
}
blockquote{
  border-left: 2px solid #ccc;
  margin-left: 1.5rem;
  padding-left: 1rem;
}
.flexR{
  display: flex;
  flex-direction: row-reverse;
}
.flexB{
  display: flex;
  flex-direction: column-reverse;
}
.inline {
  display: inline-block;
}
p { margin: 0; }
.dropdownGroup{
  padding: 0;
  display: flex;

}

.pageSelect{
  display: flex;
  justify-content: center;
}