@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Raleway&display=swap";@keyframes hover{0%{opacity:1}to{opacity:.7}}#root{height:100vh;width:100vw;display:flex;justify-content:center;align-items:center}#wrapper{height:100%;width:100%;background-color:#58bfd8;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:background-color 1s ease .25s}#quote-box{background-color:#fff;margin:10px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;border-radius:10px;min-height:255px;width:90%;padding:2rem 2.5rem;align-items:center;font-family:Raleway,sans-serif;font-size:small}@media screen and (min-width: 550px){#quote-box{max-width:550px;padding:40px 50px;font-size:medium}}#quote-box #quote-text{font-weight:700;font-size:1.75em;transition:color 1s ease}#quote-box #quote-text #text{display:flex;flex-direction:column}#quote-box #quote-text #text svg:last-child{align-self:flex-end}.buttons{display:flex;width:100%;justify-content:space-between;align-items:center}.buttons #new-quote{background:none;color:#58bfd8;border:none;padding:1px;transition:transform .25s ease}.buttons #new-quote:hover{animation:hover .25s ease forwards;transform:translate(8px)}.buttons a{color:#fff;margin:5px;padding:8px;background-color:#58bfd8;border-radius:3px}.buttons a:hover{animation:hover .25s ease forwards;color:#fff}#author{width:100%;text-align:right;transition:color .5s ease}#author:before{content:"— "}#footer{text-align:center;font-size:small;color:#fff;padding:2px}#footer p{color:#fff;margin:.5rem auto}#footer p a{color:#d3d3d3}: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;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
