html,
body
{
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-family: Roboto;
	height: 100%;
}

body
{
	text-align: center;
}

img
{
	width: 100%;
    height: auto;
    vertical-align: top;
}

#man
{
	max-width: 416px;
}

article
{
	padding: 0 15px;
	height: 100%;
}

article p
{
	color: #000;
	margin: 35px auto 0;
}

article p:last-child
{
	max-width: 700px;
	margin: 30px auto 50px;
}

a
{
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

a:hover
{
	text-decoration: underline;
}

.logo
{
	margin: 60px auto;
	display: inline-block;
	border-radius: 50%;
}

header,
footer
{
	background: #0097A1;
}

header
{
	height: 40px;
}

footer
{
	padding: 30px 15px 60px;
	color: #fff;
}

footer img
{
	margin-top: 40px;
	max-height: 30px;
	max-width: 180px;
}

footer img:nth-child(2)
{
	max-height: 45px;
	margin-top: 25px;
}

footer .brands
{
	max-width: 560px;
	margin: 0 auto;
    justify-content: space-between;
}

@media (min-width: 580px)
{
	footer .brands
	{
		display: flex;
	}
	
	footer img
	{
		margin-top: 25px;
	}

	footer img:nth-child(2)
	{
		margin-top: 10px;
	}
}