body{
	margin: 0 10px;
	color:#000;
	height:100vh;
	font-family: sans-serif;
/*	background-color:rgb(0,0,0);
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	text-align: center;
*/
}

img {
    display: block;
    margin: 100px auto;
}

h1 { 
	font-size:34px;
	text-transform:uppercase;
	margin: 2ex;
	text-align: center;
}

p {
	margin:0;
	font-size:18px;
	line-height:30px;
	text-align: center;
/*	text-transform:uppercase; */
}

#tl, #host {
    font-weight: bold;
}

@media screen and (max-width:1240px) {
    img {
        width: 75%;
    }
}

/*
@media screen and (max-width:1240px){
    img {
        width: 125%;
    }
}
@media screen and (max-width:800px){
	.notfound-video{
		left:20%;
	}
	.notfound-error,.notfound-pageNotFound{
		margin-top:0;
	}
}
@media screen and (max-width:630px){
	h1 {
		font-size:42px;
	}

	p {
		font-size:15px;
		line-height:25px;
		text-align: center;
	}
}
@media screen and (max-width:400px){
	.notfound-video{
		left:0;
		transform: translateX(-50%) translateY(-50%) scale(.65);
	}
}

*/
