html,body{
	margin:0;
	max-width:100%;
	display:flex;
	height:100%;
		background-color:#5a9a87;
	  display: flex;
  justify-content: center;
  align-items: center;
}
div.plainbg{
	  display: flex;
	flex-direction:column;
  justify-content: center;		
}
div.plainbg img{
	max-width:100%;
}
div.contacts{
	margin-top:5%;
	text-align:center;
}
div.contacts a{
	
	font-size:200%;
	color:#d9c9c9;
	text-decoration:none;
}