html, body {
	width: 98%;
	height: 96%;
	padding: none;
	margin: none;
	overflow: hidden;
}
body {
	background-color: #000000;
	/*width: 100%;
	height: 100%;*/
	display: flex;
    justify-content: center;
    align-items: center;
}
#telstar {
	background-image: url("telstar.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 315px;
	height: 124px;
}