#quotes {
   width: 540px;
   position: absolute;
   top: 40px;
   left: 200px;
}
#quotes p {
   color: white;
   font-style: italic;
   font-weight: bold;
   font-size: 20px;
}
#quotes p span {
   font-style: normal;
   font-weight: bold;
   font-size: 14px;
}