body {
	background-color: #353535;
}

#logo {
	width:75px;
	height:75px;
	position:absolute;
	top: calc(50% - 37.5px);
	left: calc(50% - 37.5px);
	transition: all .2s ease-in-out;
}

#logo:hover {
	transform: scale(1.05);
	cursor:pointer;
}