button{background-color:#00b4ff;color:#fff;padding:10px 20px;border:none;border-radius:12px;cursor:pointer;font-size:1rem;transition:background .3s}button:hover{background-color:#0095d5}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.quote-text:hover,.quote-author:hover{animation:pop .3s ease-in-out;cursor:pointer}.quote-text:hover{text-shadow:1px 1px 5px rgba(254,122,161,.5)}.quote-author:hover{text-shadow:1px 1px 5px rgba(6,166,127,.5)}
