@font-face {
font-family: signa;
src: url('../fonts/Loremipsum.ttf');
font-style: normal;
font-weight: normal;
}

body {
	
	background-color: black;
	text-color: white;
	text-align: center;
	font-family: signa;
	margin: 0px;
	padding: 0px;
}

#objectis {
	position: absolute;
	left: 50%;
	width: 320px;
	margin-top: 300px;
	margin-left: -160px;
}

