html, body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 24px;
}

body {
	display: flex;
	gap: 24px;
	justify-content: start;
	align-items: start;
	flex-direction: column;
	color: #ffffff;
	background-color: #6CBE98;
}

h1, h2, p {
	margin: 0;
	padding: 0;
}

img {
	max-width: 60px;
}

h1 {
	font-size: 32px;
	font-weight: 700;
}

h2 {
	font-size: 22px;
	font-weight: 400;
}

p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	width: 44ch;
}

a {
	color: #403C90 !important;
}

address {
	font-style: normal;
	font-size: 13px;
}

hr {
	border: 0;
	margin: 10px 0;
	height: 2px;
	background: linear-gradient(90deg, #fff 0%, #ddd 66%);
	clear: bottom;
	width: 240px;
	overflow: auto;
}

hr::after {
	content: "";
	clear: both;
	display: table;
}