body {
	background-color: #343434;
}
#block  {
	height: 800px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.img_logo {
	position: absolute;
	background: url(../logo.png);
	width: 284px;
	height: 88px;
	left: 0;
	right:0;
	margin: 0 auto;
	
}
.adres b {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
}
.adres {
	margin-top: 350px;
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #DEDEDE;
	font-style: normal;
	line-height: 34px;
}
.adres a {
	color: white;
}