body {
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #000;
	background: #fff;
}

* {
	box-sizing: border-box;
}

#hello #logo, #hello #mail {
	position: absolute;	
	left: 50%;
}

#hello #logo {
	background: url('../img/logo.png') center no-repeat;
	width: 179px;
	height: 40px;
	top: 50%;
	transform: translate(-50%, -75px);
}

#hello #mail {
	font-size: 12px;
	font-weight: 600;
	bottom: 96px;
	transform: translateX(-50%);	
}