html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	background-color: #fff;
	overflow-x: hidden;
	text-align:center;
	color:#333
}

span i {
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; 
	font-style: italic;
	display:block;
	font-size:14px
}

.landing {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

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

.links-container {padding:30px 0}
.btn {background:#333;color:#fff;padding:15px 50px;margin:10px 5px;display:inline-block}
.btn:hover {background:#000}
.social {background:#333;padding:10px;width:48px;height:48px;display:inline-block;color:#fff;border-radius:50%;font-size:32px;line-height:48px;margin:10px}