body { background-color: #36454F; color: white; margin: 0; font-family: Arial, sans-serif; } .title { font-size: 2.5em; text-align: center; margin-top: 20px; } .download_button { display: block; margin: 20px auto; padding: 10px 20px; background-color: white; color: #36454F; border: none; border-radius: 25px; font-size: 1em; cursor: pointer; display: flex; align-items: center; justify-content: center; } embed { display: block; margin: 20px auto; } .material-symbols-outlined { font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48; margin-left: 5px; } .download_button:hover { background-color: #cccccc; }