.RandomQuote {
  background: #f3f3f3;
  border-radius: 7px;
  display: block;
  margin: 20px;
  padding: 20px;
  text-align: center;
}
.RandomQuote .RandomQuote__quote {
  font-size: 25px;
}
.RandomQuote .RandomQuote__author {
  color: #676767;
}
