body {
  color: black;
  background: white;
}

.QuoteBox {
  background: #FFFFBB; 
  color: #000;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.QuoteBox p {
  padding: 2px;
}

.PrimeLink {
  font-weight: bold;
}
