.container{margin:0;display:flex;justify-content:center;align-items:center;height:100vh}#quote-box{width:500px;margin:0 auto;min-height:300px;display:flex;flex-direction:column;justify-content:space-between;padding:2em;text-align:left;background-color:#444;border-radius:8px;box-shadow:5px 5px 10px #000}.quote-content{height:220px;display:flex;flex-direction:column;justify-content:space-around;margin:10px}#author{text-align:right}.buttons{display:flex;justify-content:space-between;margin-top:20px}#tweet-quote,#new-quote{padding:10px 20px;color:#fff;border:none;border-radius:5px;cursor:pointer;text-decoration:none;font-size:1em}#tweet-quote{display:flex;align-items:center}: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}*{margin:0;padding:0}
