@import url(https://fonts.googleapis.com/css2?family=Norican&family=Forum&display=swap);
body {
	background:
		linear-gradient(54deg, #fff0 50%, #fff1 50%),
		linear-gradient(154deg, #fff0 70%, #fff1 70%),
		radial-gradient(#74a,#428) center/cover fixed;
	min-height: 100dvh;
	font-family: Forum, serif;
}
h1 {
	font: 2em Norican, cursive;
}
#scorebox {
	background: white;
	color: rebeccapurple;
}
#dicebox {
	width: 200px;
	padding: 0.5em;
}
button {
	color: darkslateblue;
	border: 4px groove purple;
}