body,html{height:100vh;width:100%}#site-wrapper{display:flex;width:100%;height:100%}#quote-box{max-width:500px;border:2px solid #fff;background-color:#2e2e2e;align-self:center;padding:30px;box-shadow:8px 10px 5px 2px rgba(0,0,0,.29)}#text{font-size:1.2rem;margin:20px;color:#e9e9e6}#author{font-size:1rem;color:#e9e9e6;margin-bottom:20px;font-style:italic}#email-quote,#facebook-quote,#tweet-quote{font-size:2rem;padding:5px}#new-quote{font-size:1rem}.fa-quote-left{font-size:2rem;color:#e9e9e6}#button-container{display:flex;align-items:center}.fade-in{animation:fadeIn 1s ease;-webkit-animation:fadeIn 1s ease;-moz-animation:fadeIn ease 1s;-o-animation:fadeIn ease 1s;-ms-animation:fadeIn ease 1s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-out{animation:fadeOut 1s ease;-webkit-animation:fadeOut 1s ease;-moz-animation:fadeOut ease 1s;-o-animation:fadeOut ease 1s;-ms-animation:fadeOut ease 1s}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}
/*# sourceMappingURL=main.1c8c9159.chunk.css.map */