html {
	height: 100%;
}

body {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.5;
	color: #333333;
}

@media only screen and (max-width: 600px) {
	body {
		display: block;
	}
}

strong {
	font-weight: 700;
}

a {
	color: #55c6e6;
}

.b-logo {
	margin: 0 auto;
	width: 600px;
	max-width: 100%;
}

.b-logo img {
	width: 100%;
	max-width: 100%;
}

.b-text {
	width: 600px;
	max-width: 100%;
	margin: 30px 0;
	text-align: center;
	font-size: 24px;
}

.b-contacts-table {
	margin: 0 auto 50px;
}

.b-contacts-table .title {
	padding-right: 10px;
	text-align: right;
}