body {
	background-color: #E2E2E2;
	font-family: Arial, monospace;
	text-align: center;
}

header {
	background-color: white;
	text-align: left;
}

footer {
	background-color: white;
}

div {
	background-color: white;
	box-shadow: 10px 10px 10px gray;
	border-radius: 50px;
	margin-left: 600px;
	margin-right: 600px;
	padding: 30px;
}

button {
	background-color: black;
	transition: all 0.3s ease;
	color: white;
	padding: 5px;
	font-size: 30px;
	box-shadow: 10px 10px 10px gray;
	border-radius: 10px
}

button:hover {
	background-color: #222222;
	padding: 10px;
}

input {
	box-shadow: 10px 10px 10px gray;
}
