@charset "utf-8";
/* Spectrum Travel CSS Document */

* {
	padding: 0;
	margin: 0;
}
.st-logo {
	display: block;
	margin: 10% auto 2% auto;
	width: 40%;
	height: auto;
}
.body-text, .contacts {
	text-align: center;
	line-height: 2rem;
}
.contacts {
	font-weight: bold;
}