/* Feel free to remove these if you dont need them... */

:root {
	color-scheme: light dark;
	font-family:system-ui;
}

* {
	box-sizing: border-box;
}

body{
	height:100vh;
	margin:0;
	display:grid;
	place-items:center;
	button{
		font-size:10vw;
	}
}