body {
	width:98vw;
	height:98vh;
	text-align:center;
	background:url(../home/bg.jpg) no-repeat fixed;
	background-size:cover;
	overflow:hidden;
}

body * {
	font-family: Verdana, Geneva, sans-serif;
}

@media screen and (max-width : 1920px){
	#mobile-info{
		display: none;
	}
}

@media screen and (max-width : 1080px){
	#mobile-info{
		display: block;
	}
}

#mobile-info{
	position: fixed;
	top: 45vh;
	width: 100%;
	text-align: left;
	background: black;
	color: white;
}

a {
	text-decoration: none !important;
	color: inherit !important;
}
