
body {
	background-color: darkslategrey;
	font-family: 'Lora', serif;
	color: rgb(245,250,260);
}

h1 {

	text-align: center;
	max-width: 400px;
	min-width: 200px;
	font-size: 2rem;
	width: 25%;
	margin-left: auto;
	margin-right: auto;
}

div {
	margin-left: auto;
	margin-right: auto;
	padding: 5%;
}

form {
	margin-left: auto;
	margin-right: auto;
	font-size: 3em;
	text-align: center;
	max-width: 400px;
	min-width: 300px;
}

input[type="text"] {
	font-size: 40%;
	background-color: white;
	border-radius: 1vw;
	padding: 2%;
	position: relative;
	color: darkslategrey;
	font-family: inherit;
}

input[type="submit"] {
	background-color:inherit;
	border: none;
	color: inherit;
	padding: 0.1% 2%;
	font-size: 0.5em;
	font-family: inherit;
}
