body  {
	background: #171717 url('tlo.png'); 
	background-attachment:fixed;
	color: #ffffff;
	font-family: sans-serif;
}

p {
  margin: 30px;
  padding: 0;
}

header {
  position:relative;
  height: 95vh;
  width: 100%;
  text-align: center;
}

.center {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}

#ibindata {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 5px;
	font-size: 10px;
	color: #2d2d2d;
}

a:focus { 
	outline: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
}

a:active {
	color: #FFFFFF;
}
