* {
	padding: 0;
	margin: 0;
}

html {
	font-family: 'Open Sans', sans-serif;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100%;
}

body {
	color: #777;
	font-size: 16px;
	line-height: 1.6em;
}

.fmt-container {
	padding: 30px 15px 15px;
    overflow: hidden;
    max-width: 400px;
    margin: 0 auto;
}

h1 {
	font-size: 1.875rem;
	line-height: 1.1em;
	letter-spacing: 3px;
	margin-bottom: 30px;
}

.fmt-business-card__item {
	display: block;
	margin-bottom: 10px;
}

.fmt-business-card__link,
.fmt-business-card__link:link,
.fmt-business-card__link:visited {
	color: #777;
	text-decoration: none;
	border-bottom: 1px solid #777;
}

.fmt-business-card__link:hover {
	border: 0;
}

.fmt-footer {
	margin-top: 30px;
	display: block;
}
