body {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	text-align: center;
	padding-top: 10px;
	color: #fff;
	position: absolute;
	top: 50px;
}

#backgrounddiv {
	display: flex;
	background: lightcoral;
	min-height: 100vh;
	min-width: 100vw;
	align-items: center;
	justify-content: center;
}

#togglebutton {
	background: black;
	color: white;
	font-size: 1em;
	border: solid 3px grey;
	font-weight: bold;
	text-decoration: none;
	padding: 20px 30px;
	border-radius: 2em;
}
