.home
{
    background-image: url('../img/home.jpg');
    background-position: center;
    background-size: cover;
    background-attachment:fixed;
}
.centercontent
{
	padding: 15px;
	border-radius: 10px;
	background: white;
	box-shadow: 0px 0px 20px 0px #00000059;
	top:50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
	width: 300px;
}
