.content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 80vh;
	color: #ffffff;
}

.content h1 {
	font-size: 3rem;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.content p {
	font-size: 1.25rem;
	color: #aab2cf;
	margin-bottom: 20px;
}

.content .brand {
	font-weight: 700;
	color: #ffffff;
	font-size: 1.2rem;
	margin-top: 20px;
}
