html{
	height: 100%;
}
body{
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: Verdana;
	background-color: rgb(255, 245, 238);
}

p{
	margin: 10px;
	text-shadow: 1px 1px 14px rgb(255, 255, 255); 
	color: rgb(0, 0, 0);
}

.fon-picture{
	width: 100%;
	height: 100%;
	opacity: 0.2;
	background-image: url(fon.jpg); 
	background-repeat: no-repeat; 
	background-position: center center; 
}

.block-center{
	top: 25%;
	width: 100%;
	position: absolute;
}

.block-text{
	width: 60%;
	margin: auto;
	text-align: right;
}

.label-fio{
	font-size: 28pt;
}

.label-telephone{
	font-family: Georgia;
	font-size: 32px;
}