.main {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  color: #4A4A4A;
  text-align: center;
  border: 3px;
}

h1 {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  border: 3px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body {
	background-color: #F6EFF6;
}

footer {
	font-size: 14px;
	text-align: center;
	color: gray;
}

img {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-width: 600px;
}