div {
	width: 550px;
	height: 200px; 
	display: flex;
	justify-content: center;
	margin: 10px auto;
	padding: 10px 10px 10px 10px;
	border-style: groove;
	border-width: 1px;
	border-radius: 30px;
	box-shadow: 2px 3px 3px -3px black;
}

input {
	margin: 0 auto;
	display: block;
}

input[type=submit] {
	appearance: none;
	border: 0;
	border-radius: 5px;
	background: #4676D7;
	color: #fff;
	padding: 8px 16px;
	font-size: 16px;
}

.text {
	font-size: 20px;
	text-shadow: 0px 0px 1px black;
}
