.container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh}#quote-box{background-color:#fff;width:500px;text-align:center;padding:30px;border-radius:2px}@keyframes fading{0%{opacity:0}to{opacity:1}}#text{font-size:24px}#author{text-align:right}.withAnimation{animation:fading 2s ease}.container2{display:flex;justify-content:space-evenly;align-items:center}.shared{height:30px;min-width:40px;border-radius:2px}#tweet-quote svg{fill:#fff;width:1.1em;height:1.1em;vertical-align:middle}#new-quote{border:none;cursor:pointer}.creator{font-size:12px}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424}body{overflow:hidden}
