glass-script {
display: block;
width: 60px;
height: 60px;
background: url("https://res.cloudinary.com/diisqlaft/image/upload/loading_xhasel.gif") center center / cover no-repeat;
color: transparent;
}

glass-script > * {
display: none;
}

body {
margin: 40px;
padding: 0 20px;
font-family: system-ui, sans-serif;
line-height: 1.6;
}

h1, h2, h3 {
margin-top: 1.5em;
margin-bottom: 0.5em;
}

p, code, footer {
margin-bottom: 1em;
}

main, glass-script {
display: block;
max-width: 800px;
margin: 0 auto;
}