body
{
	font-family: 'Montserrat', sans-serif;
	color: #333;
	margin: 10%;
}

h1
{
	font-weight: 600;
	color: #542b87;
	font-size: 1.6rem;
}

h1 span
{
	font-weight: 400;
	color: #666;
}

h2
{
	font-weight: 600;
	font-size: 1.4rem;
}

sup
{
	font-size: .8em;
}

a
{
	color: #542b87;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.contacts
{
	font-size: 1rem;
	color: #666;
}

.phone
{
	white-space: nowrap;
}