#start {
	background-color: #32cd32;
	margin: 0;
	margin-top: 0.5em;
	padding: 0;
	aspect-ratio: unset;
	height: 3em;
	width: 8em;
}

input#start_number {
	height: 1em;
	font-size: 0.75em;
	padding: 12px;
	border-radius: 10px;
	background: transparent;
	border: 2px dashed #FFF8;
	color: white;
	outline: none;
	width: 5ch;
}

body {
	height: 100vh;
}

main {
	place-items: center;
	min-width: 40vw;
}