.red-text {
  background-color:#FEDAE4;
  border:black;
  border-style:solid;
  border-width:1px;
  border-radius:5px;
  color:red;
  text-align:center;
}

.justify {
  text-align: justify !important
}

.cursive {
  font-family:cursive !important
}

.monospace {
  font-family:monospace !important
}

.georgia {
  font-family:georgia !important
}