body {
  background-color: #3c3c44;
}
#author-name {
  color: #0ba886;
  font-weight: bold;
  text-align: right;
  font-size: 16px;
  margin: 0 5px 20px 0;
}
p,
h4 {
  margin-top: 16px;
  color: white;
}
.qoute img {
  float: left;
}
.button {
  text-align: center;
}
.card {
  background-color: rgb(7, 7, 29);
}
.btn {
  background-color: #aca6f8;
  color: rgb(7, 7, 29);
  font-weight: bold;
}
#quote-display {
  font-size: 18px;
}
footer {
  text-align: center;
  color: #888;
}
a {
  color: white;
  font-size: 12px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  text-decoration: none;
  margin-right: 10px;
}
div.row {
  text-align: center;
  /* About css */
}
.selected {
  border-bottom: 2px solid #c3a709;
}
