.background-container {
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--main-white);
	height: 500px;
}

@media (min-width: 576px) {
	.background-container {
		height: 400px;
	}
}

.text-container {
	text-align: center;
}

.numbers {
	color: var(--main-blue);
	font-family: "Playfair Display", serif;
	font-size: 60px;
	font-weight: 600;
}

.text {
	position: relative;
	top: -10px;
	font-size: 20px;
	font-weight: 700;
}

.back-button {
	background-color: var(--main-blue);
	color: var(--main-dark);
	cursor: pointer;
	border: none;
	border-radius: 6px;
	font-weight: 700;
	padding: 6px 16px;
	margin-top: 20px;
}
