
.austin {
  color: lime;
  text-shadow: 2px 2px blue;
  font-weight: bold;
  font-size: 1.3em;
}

/* PATCH NOTES */
#patch-notes {
  padding: 5px;
  height: 300px;
  overflow-y: scroll;
}
.patch-note {
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}