html,
body {
	margin: 0;
	font-family: sans-serif;
	height: 100%;
	user-select: none;
}

body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

button,
input,
label {
	font-size: 20px;
	min-width: 40px;
}

.button-container {
	display: grid;
	grid-template-columns: repeat(5, 81px);
	gap: 5px;
}

#settings {
	display: flex;
	flex-direction: column;
	width: 200px;
	gap: 5px;
}
