<title>Random Quote Machine</title> <style> body { body { background-color: grey; } h1 { color: red; } #quote-box { padding-top: 10vh; width: 40vw; margin-left: auto; margin-right: auto; } button { font-family: monospace; font-size: 0.8em; } #buttons { font-size: 2em; text-align: right; } #tweet { background-color: #f3f7fa; border: 1px solid DarkGrey; } a { text-decoration: none; } img { height: 0.7em; } </style> <script src='https://cdnjs.cloudflare.com/ajax/libs/react/18.2.0/umd/react.production.min.js'></script> <script type="module" src="./script.js"></script>