* {
	background-color: #f7f7f7;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

header, main, footer {
	text-align: center;
}

header img {
	width: 400px;
}

p {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
}

a {
	color: #800080;
	text-decoration-color: #000;
	text-decoration-style: dotted;
}

a:hover {
	font-weight: bold;
	color: #000;
}