@import"https://fonts.googleapis.com/css2?family=Bungee+Spice&family=Handjet:wght@700&display=swap";.App{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;max-width:70vw;margin:0 auto}#quote-box{box-shadow:0 1px 1px #00000026,0 2px 2px #00000026,0 4px 4px #00000026,0 8px 8px #00000026;padding:30px}h1{position:fixed;top:100px;text-decoration:underline;font-family:Handjet,cursive;color:brown}#quote-box{display:flex;flex-direction:column;justify-content:center;align-items:start;gap:30px}h2{font-family:Bungee Spice,cursive}#buttons{display:flex;justify-content:center;align-items:center;width:100%;gap:20px}#buttons a{text-decoration:none}footer{position:fixed;bottom:10px}
