canvas#bg {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	display: block;
}

.bg-primary {
	background-color: #a0a000;
}

.centered {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.rounded {
	border-radius: 8px;
}

canvas.blahaj {
	width: 300px;
	height: 300px;
}

.flex {
	display: flex;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-center {
	justify-content: center;
}