body{
	background: #000;
	color: #fff;
	text-align: center;
	font-family: 'acumin-pro-condensed', Arial, sans-serif;
	font-size: 24px;
	font-weight: 100;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
}


.container{
	width: 100%;
	max-width: 980px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 98vh;
}

img {
	max-width: 100%;
}

.logo{
	max-width: 450px;
}

.contact{
	font-size: 30px;
	line-height: 45px;
	margin-top: 35px;
	display: inline-block;
	font-weight: 600;
}

.badge, .license{
	margin-top: 20px;
}

.phone, .separate, .email, .instagram{
	display:  inline-block;
	float: left;
}

.instagram {
	margin-top: 4px;
}

.separate{
	margin:0 15px;
}

.instagram img{
	width: 45px;
}

.badge img{
	max-width: 185px;
}

.message {
	margin-top: 110px;
}