@import url(https://fonts.googleapis.com/css2?family=Nunito&display=swap);*{margin:0;padding:0;box-sizing:border-box}body{box-sizing:inherit}#app{font-family:sans-serif;background-color:var(--app-background);width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}#quote-box{background:#fff;width:5rem auto;margin:10rem;padding:3rem;border-radius:5px;border:.2rem solid #000}#text{font-size:2rem;margin-bottom:1.5rem}#author{display:flex;justify-content:flex-end;font-size:1.2rem;margin-top:1.2rem;margin-bottom:.5rem}#buttons{align-items:center;justify-content:space-between;margin-top:2rem}#buttons,.social-media{display:flex}.social-media>a{margin-right:.6rem;margin-bottom:.4rem;margin-top:.7rem;background-color:var(--app-background);padding:.3rem .5rem;cursor:pointer;border-radius:3px;border:.15rem solid #000}.social-media>a:hover{opacity:.8}.social-media>a img{width:1.5rem}#new-quote{background-color:var(--app-background);height:3.2rem;color:#fff;padding:.5rem 1rem;position:relative;top:.7rem;font-size:.9rem;font-weight:700;border-radius:2px;cursor:pointer;border:.15rem solid #000}#new-quote:hover{opacity:.9}
/*# sourceMappingURL=main.c5594925.chunk.css.map */