*{
	margin: 0px;
	padding: 0px;
}
#background{
background: #000;
height: 100%;
width: 100%;
position: absolute;
top: -100%;
left: 0px;
transition: all 750ms cubic-bezier(1.000, 0.000, 1.000, 1.000);
}
#mainText{
font-size: 50px;
font-style: georgian;
color: #000;
position: fixed;
left: 50%;
top: -50%;
transform: translate(-50%, -50%);
text-shadow: 0px 0px 5px #FFF;
transition: 1.5s;
cursor: default;
}
#mainText:hover{
	color: #FFF;
	text-shadow: 0px 0px 0px #FFF;
}
#Kontakt{
position: fixed;
left:  50%;
bottom: -100px;
transform: translate(-50%, 0%);
font-size: 25px;
transition: 1s;
}
#hBack{
position: fixed;
left: -25%;
top: 0%;
color: #FFF;
font-size: 25px;
cursor: pointer;
transition: 1s;
}