body {
	background-color: hsl(212, 45%, 89%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin: 0;
	font-family: "Outfit", sans-serif;
	font-size: 15px;
	color: #7d889e;
}
main {
	background-color: hsl(0, 0%, 100%);
	max-width: 280px;
	text-align: center;
	border-radius: 15px;
	padding: 1em;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
main a {
	color: hsl(228, 45%, 44%);
	text-decoration: none;
}
main img {
	max-width: 100%;
	border-radius: 15px;
}
h1 {
	font-weight: 700;
	font-size: 1.5em;
	margin: 0.5em 0;
	color: #1f314f;
}
p {
	font-weight: 400;
	font-size: 1em;
	margin: 0.5em 0;
}
footer {
	font-size: 0.875em;
	margin-top: 1em;
	text-align: center;
}
