body { font-family: 'Cinzel', serif; color: rgba(0,0,0,.6); background-color: rgba(188,186,184,0.5); padding: 20px 15px; } h1 { font-family: 'Cinzel Decorative', cursive; text-align: center; font-size: 2.5rem; } .quotes{ list-style: none; padding: 0; text-align:center; } .quotes li{ font-size: 1.5rem; float: center; width: 66%; margin: 1%; text-align: center; padding: 1.25%; display: inline-block; background-color: rgba(255,255,255,0.9);; border-radius: 5px; color: #000; box-shadow: -15px 15px 15px rgba(188,186,184,1);; }