body {
	text-align: center;
	font-family: arial;
	font-size: 24px;
	color: #244c84;
	background-color: #ffffff;
}

form {
	text-align: left;
	margin-top: 0px;
}

.teal {
	height: 30px;
	padding: 0px 5px;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 4px;
	color: #244c84;
	background-color: #f8f8f8;
	font-size: 16px;
	resize: none;
	width: 120px;
}

img {
  max-width: 100%;
  height: auto;
}

.footer {
	text-align: center;
}