body {
	background-image: url(wallpaper.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
:root {
	--button-bg: #6080aa;
}
:root .theme-dark {
	--button-bg: #334455;
}
