.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: #FFCCCC;
}

footer {
	font-size: 14px;
	text-align: center;
	color: gray;
}

img {
	max-width: 100%; /* Ensure the image doesn't exceed the screen width */
	height: auto; /* Maintain the aspect ratio */
	width: auto; /* Prevent the image from stretching */
	display: block; /* Remove default inline spacing */
	margin: 0 auto; /* Center the image horizontally */
}