@import url('https://fonts.googleapis.com/css?family=Roboto');

*{
	border: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Roboto;
}

body{
	background-color: #bababa;
}

div{
	position: relative;
	text-align: center;
	width: 60%;
	height: 50vh;
	margin: 25vh 0 0 20%;
	background-color: white;
	box-shadow: 0 4px 10px #888;
	border-radius: 7px;
}

img{
	padding: 20px;
}

h1{
	color: #333;
	position: absolute;
	width: 100%;
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	line-height: 100%;
}

i.fa-server{
	font-size: 50px;
}

i.fa-comment-dots{
	font-size: 28px;
	color: #fa222266;
}