@import"https://fonts.googleapis.com/css2?family=Bruno+Ace+SC&family=Oswald&display=swap";body{display:flex;align-items:center;justify-content:center;background-color:#add8e6}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;height:300px;width:500px;border-radius:10px;margin-top:120px}h2{text-align:center;color:red;font-size:22px;font-family:Bruno Ace SC,cursive;font-family:Oswald,sans-serif;text-decoration:underline}.quote{font-size:20px;height:150px;background-color:#d3d3d3;width:400px;margin:2rem;padding:1rem}button{--bg: #000;--hover-bg: #ff90e8;--hover-text: #000;color:#fff;border:1px solid var(--bg);border-radius:4px;padding:.8em 2em;background:var(--bg);transition:.2s;cursor:pointer;margin:0rem 2rem}button:hover{color:var(--hover-text);transform:translate(-.25rem,-.25rem);background:var(--hover-bg);box-shadow:.25rem .25rem var(--bg)}*{margin:0;padding:0}body{display:flex;align-items:center}
