html, body {
	margin:0;
	padding:0;
	font-family:'ubuntu';
}
:focus {
	outline:none;
}
.container {
	max-width:1200px;
	padding:0 15px;
	box-sizing:border-box;
}
.fullscreen {
	width:100%;
	height:100vh;
	background:#17182D;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:18px;
	line-height:24px;
	color:#fff;
	text-align:center;
}
.fullscreen span {
	width:100%;
	display:block;
	font-weight:700;
	color:#fff;
	font-size:40px;
	line-height:50px;
	margin:0 0 15px 0;
}
.fullscreen a {
	color:#fff243;
	border-bottom:1px solid #fff243;
	text-decoration:none;
	transition:all 0.3s;
}
.fullscreen a:hover {
	border-bottom:1px solid transparent;
}