:root {
	--color-white: #fff;
	--color-primary: #00263e;
}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.header,
.content,
.footer {
	padding: 20px;
	max-width: 1440px;
	text-align: center;
	margin: 0 auto;
}

.header-title {
	font-size: 2rem;
	margin-bottom: 0.5rem;
	font-weight: 800;
}

.header-subtitle {
	margin-bottom: 2rem;
}

.content-logo img {
	margin: 0rem auto 4rem auto;
	max-width: 400px;
}

.content-email {
	margin-top: 1rem;
	padding: 0.5rem 1.5rem;
	background-color: var(--color-primary);
	text-align: center;
	color: var(--color-white);
	border-radius: 40px;
	display: inline-block;
}
