html,
body {
	height: 100%;
	margin: 0;
}

body {
	align-items: center;
	justify-content: center;
	display: flex;
	color: #fff;
	font-family: "Hind", sans-serif;
	background: #000;
}

.container {
	text-align: center;
}

.logo {
	margin: 20px 0;
}

.logo img {
	height: 160px;
}

.baseline {
	margin-bottom: 40px;
	font-size: 1.6rem;
}

p {
	margin-bottom: 14px;
}

ul {
	display: inline-block;
	padding: 0;
}

ul li {
	margin-bottom: 0;
	text-align: left;
	list-style: none;
}

.link {
	display: inline-block;
	padding-left: 34px;
	color: #fff;
	line-height: 30px;
	vertical-align: top;
	background-repeat: no-repeat;
	background-size: 30px;
}

.link:hover {
	color: #77d5ff;
	text-decoration: none;
}

.link-email {
	background-image: url("../images/icon-email.png");
}

.link-insta {
	background-image: url("../images/icon-instagram.png");
}
