@CHARSET "UTF-8";
#content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100vw;
	min-height: calc(100vh - 180px);
	background: black;
}

.logo img{
	width: 8vw;
	height: 8vw;
	margin-top: 8vh;
	margin-bottom: 8vh;
}

#contacts_cont{
	padding: 26px 32px 32px 32px;
	border-radius: 25px 25px 0 0;
	font-size: 36px;
	color: silver;
	font-weight: 100;
	line-height: 65px;
}