@font-face {
    font-family: Oxygen;
    src: url('https://cdn.glitch.global/8095864b-319b-4fee-9649-b7f61606acfe/OxygenMono-Regular.ttf?v=1730068478788')
}
h1, h2, h3, h4, h5, h6, p, strong, button {
	font-family: Oxygen
}
.number {
	animation: shinyText 15s infinite linear;
}
@keyframes shinyText {
	0% { color: #00FFFF;}
	50% { color: #00C0FF;}
	100% { color: #00FFFF;}
}