body{background:linear-gradient(to right,#6bbebe,#6bbebe);margin:0;min-width:320px;min-height:100vh;display:flex;justify-content:center;align-items:center}.container{display:flex;justify-content:center;align-items:center;width:100vw;height:100vh}.quote-box{background:#fff;padding:20px;border-radius:10px;text-align:center;box-shadow:0 4px 10px #0003;max-width:500px;width:90%}.container{display:flex;justify-content:center;align-items:center;height:100vh;background:linear-gradient(135deg,#71c7c0,#7dafa4);font-family:Poppins,sans-serif}.quote-box{text-align:center;background:#fff;padding:2rem 3rem;border-radius:12px;box-shadow:0 10px 15px #0003;max-width:600px;transition:all .5s ease}.fade-in{opacity:1;transform:translateY(0)}.fade-out{opacity:0;transform:translateY(20px)}.quote-text{font-size:1.8rem;font-weight:700;color:#333;margin-bottom:1rem;animation:slide-in .5s ease}.quote-author{font-size:1rem;font-style:italic;color:#555;margin-bottom:2rem}.quote-button{padding:.8rem 1.5rem;background:#007bff;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;transition:background .3s}.quote-button:hover{background:#0056b3}@keyframes slide-in{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}
