@font-face
{
    font-family: 'sig';
    src: url('Saint-Andrews Queen.ttf');
}

@font-face
{
	font-family: 'basic';
    src: url('basictitlefont.ttf');
}

@font-face
{
	font-family: 'test';
    src: url('KozGoPr6N-ExtraLight.otf');
}

.body
{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);

}

.nazov
{
    font-family: 'sig';
	text-align: center;
	font-size:320%;
	color: #6d6d6d;	
}

.mail
{
    font-family: 'test';
	text-align: center;
	font-size:100%;
	color: #717171;	
}

.number
{
    font-family: 'test';
	text-align: center;
	font-size:100%;
	color: #717171;	
}


#cf img {
	height:32px;
	width:32px;
	position:absolute;
}

#cf img.top:hover {
	height:32px;
	width:32px;
	opacity:0;
}



#wrapper {
text-align: center;

}


