body {
	background-color: #2175D9;
}

@media (max-width: 768px) {
	.playert {
		margin-top: -50px;
	}
}

@media (min-width: 767px) {
	.playert {
		margin-top: -150px;
	}
}


* {
	font-family: "Arial", sans-serif !important;
	text-align:center;
	font-size:14px;
	color:white;
}