body {
	background-color: var(--bg-color);
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
}

main {
	max-width: 600px;
	margin: 0 auto;
	padding: 50px 20px;
	box-sizing: border-box;
}

h1 {
	font-size: 2.2em;
	font-weight: 700;
	margin-top: 0;
}

h2 {
	font-size: 1.2em;
	font-weight: 700;
	margin-top: 50px;
}

.contact-box {
	text-align: center;
	line-height: 1.5;
}

.contact-box a {
	color: var(--primary);
	text-decoration: none;
}

.contact-box a:hover {
	text-decoration: underline;
}

.support-box {
	background-color: var(--yellow);
	text-align: center;
	padding: 20px;
	line-height: 1.5;
	border-radius: 50px;
	margin: 50px 0 0;
}

.support-box img {
	margin: 30px 0;
	width: 100px;
}