body {
	background: no-repeat url("/images/cs-com/background.png");
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

a {
	color: #3c3c3c;
	font-size: 16px;
}

a:hover {
	color: #000000;
}

.coming-soon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 90vh;
}

.coming-soon img {
	width: 20%;
}

@media screen and (max-width: 762px) {
	.coming-soon img {
		width: 150px;
	}
}