html {
	background-color: DodgerBlue;
}

input[type=text] {
	width: 30%;
	padding: 12px 20px;
	border: 5px;
}
input[type=button] {
	width: 30px;
	border: 3px;
}

label {
	font-size: large;
	font-style: bold;
}