html, body { 
height:100%; 
width:100%; 
margin:0; 
display:flex; 
flex-direction: column;
font-family: 'Open Sans', sans-serif;
/* background: url("bg.jpg") 100% 100% no-repeat rgba(0,0,0, .0);
background-size: contain; */
} 
.center { 
margin:auto; 
font-size: 2em; 
background: rgba(249, 201, 16, .4);
text-align:center;
height:auto;
width:auto;
color:white;
text-shadow: 1px 1px 2px black, 0 0 1em red;
border-top:10px inset green;
border-bottom:10px inset green;
padding: 8px 8px 8px;
    min-width: 555px;
} 
.center a{
font-family: 'Haettenschweiler', sans-serif;
text-decoration:none;
}
.dedushka{
	margin: 5px auto 15px;
}
.information h1{
	font-size: 32px;
	line-height: 36px;
}
.information h2{
	font-size: 24px;
	line-height: 32px;
	border-top: 1px solid white;
}  
.information h1, h2{
	padding-top: 15px;
}  
.information {
	text-shadow: 1px 1px 2px white;
	max-width: 512px;
	margin: 0 auto;
	color: #0009;
}
.information p{
	text-align: left;
	font-size: 19px;
	line-height: 24px;
}
.profbio {
	text-align: left;
	font-size: 19px;
	line-height: 24px;
}
.profbio hr{
	color: #fff;
	background-color: #fff;
	border: none;
	height: 1px;
}
.dnone {
	display:none;
}
@font-face {
font-family: Open Sans;
src: url(https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic-ext);
}
.copyright{
	font-size: 16px;
	line-height: 24px; 
	max-width: 512px;
	margin: 15px auto;
	padding: 0 15px;
	color: #0009;
	text-align: center;
	letter-spacing: 2.4px;
}