html
{
	height: 100%;	
}

body
{
	font-family: 'Montserrat', sans-serif;
	color: #333;
	margin: 0 10%;
	background: #eee;
	text-align: center;
	line-height: 1.5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 90%;
}

h1
{
	font-weight: 600;
	color: #000;
	font-size: 1.6rem;
	text-transform: uppercase;
}

h1 span
{
	background-color: #ffdd00;
	padding: 0 4px;
}

img
{
	width: 100%;
	max-width: 400px;
	margin-bottom: 4rem;
}