html{
	padding-top: 10px;
	background: #252525;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

#heart{
	background: white;
	padding: 10px;
}

#heart:hover{
	padding: 20px;
	cursor: pointer;
}

.centerFull{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.clickThrough{
	pointer-events: none;
}

.langControl{
	position: fixed;
	left: 10px;
	top: 10px;
}

body > div {
	box-shadow: 0px 0px 23px 10px rgba(0,0,0,0.4);
}