@font-face {
	font-family: 'teamspeak_gothic';
	src: url(/italyteam/fonts/teamspeak.woff2) format('woff2'), url(/italyteam/fonts/teamspeak.woff) format('woff');
	font-weight: 400;
	font-style: normal
}

body {
	background-color: #101010;
}

.box-left {
	max-width: 300px;
	margin: 0 auto;
	margin-right: 20px;
}

.box-right {
	max-width: 300px;
	margin: 0 auto;
	margin-left: 20px;
}

.ts-logo {
	color: #efefef;
	font-size: 34px;
	padding-top: 10px;
	padding-left: 20px;
}
.ts-logo-text {
	color: #efefef;
	font-family: "teamspeak_gothic", sans-serif;
	font-size: 28px;
	margin-left: 10px;
}

@media screen and (max-width: 768px) {
	.box-left {
		margin-right: auto !important;
	}
	.box-right {
		margin-left: auto !important;
	}
}