body {
	font-family: "Noto Sans", sans-serif;
}

.container {
	width: 100%;
	max-width: 1140px;
	padding: 1rem;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.logo-wrapper img {
	width: 100%;
	max-width: 500px;
	height: auto;
	display: block;
}

.text-center {
	text-align: center;
}
