body {
	background-color: #3f4447;
	width: 100%;
	height: 100%;

}

.main {
	width: 100%;
	height: 100%;
}

.content {
	margin: 0 auto;
	width: 20%;
	margin-top: 15%
}

.footer {
	width: 100%;
}

.actions {		
	height: 2em;
	line-height: 2em;
	text-align: center;
	border: 0;
	list-style-type: none;
	font-size: 3em;
} 

.icon {
	display: inline;
}


.fab{
	color: #f2f2f2;
}