@import url(https://fonts.googleapis.com/css2?family=Itim&display=swap);*{font-family:Itim,cursive;margin:0;padding:0}.container{align-items:center;background-color:#000;display:grid;height:100vh;justify-content:center;position:relative;transition:background-color 1.5s}#quote-box{-webkit-animation:blink 2s ease;animation:blink 2s ease;background-color:#fff;border-radius:10px;box-shadow:5px 4px 2px 1px rgba(0,0,0,.3);display:table;height:auto;max-width:30rem;min-width:250px;padding:1rem;position:relative;width:100%}#text-box{clear:both;font-size:1.75em;font-weight:500;height:auto;text-align:center;width:450px}#author{text-align:right}.icon-box{display:flex;justify-content:space-between;margin:4% auto 0}a{color:#fff;text-decoration:none}footer{color:rgba(0,0,0,.579);margin:10%;text-align:center}@media (max-width:500px){#quote-box{margin:4%;max-width:none;min-width:auto;width:auto}#text-box{width:auto}.icon-box{align-items:center;flex-direction:column;justify-content:center;margin:10% auto 0}a{margin:4%}}@-webkit-keyframes blink{0%{opacity:0}70%{opacity:.5}to{opacity:1}}@keyframes blink{0%{opacity:0}70%{opacity:.5}to{opacity:1}}
/*# sourceMappingURL=main.951b86ec.css.map*/