@import url(https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:"Roboto Slab",serif}#bg{display:flex;justify-content:center;align-items:center;height:100vh;transition:.5s}#quote-box{margin:auto;max-width:60%;text-align:center;padding:20px 30px 35px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2);transition:.3s;background-color:#fff;color:#722620}#quote-box:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,.2)}#text{font-size:25px;font-weight:600;-webkit-text-stroke:.1px #000;transition:.3}#author{text-align:right;font-weight:lighter;padding-bottom:10px;transition:.3}#new-quote{font-family:"Roboto Slab";font-weight:700;font-size:15px;padding:7px;border:none;margin-right:73%;cursor:pointer;transition:.3s;outline:none;color:#3d3d3d;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);width:90px}#new-quote:hover{box-shadow:0 4px 8px 0 rgba(0,0,0,.2)}#new-quote:hover,#tweet-quote{-webkit-transform:scale(1.01);transform:scale(1.01)}#tweet-quote{margin:-25px 0 -5px 80%;border-radius:5px;cursor:pointer;transition:.3s}#tweet-quote:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}#bg-load{display:flex;justify-content:center;align-items:center;height:100vh;transition:.5s;background-color:#faeddb}#circle{margin:10px;height:25px;width:25px;border-radius:50%;-webkit-animation-name:loading;animation-name:loading;-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.circle1{-webkit-animation-delay:0s;animation-delay:0s;background-color:#ff69b4}.circle2{-webkit-animation-delay:.2s;animation-delay:.2s;background-color:#87cefa}.circle3{-webkit-animation-delay:.4s;animation-delay:.4s;background-color:#90ee90}@-webkit-keyframes loading{0%{margin-bottom:10px}50%{margin-bottom:50px}to{margin-bottom:10px}}@keyframes loading{0%{margin-bottom:10px}50%{margin-bottom:50px}to{margin-bottom:10px}}
/*# sourceMappingURL=main.62785779.chunk.css.map */