html {
	font-family: 'Times New Roman', Times, serif;
}

body {
	color: #090909;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}

main {
	width: 70%;
	max-width: 40rem;
	min-width: 15rem;
	padding: 0.6rem 2rem;
}

main p {
	font-size: 1.2rem;
	line-height: 150%;
}

main p.first::first-letter {
	font-size: 2.5rem;
}