html {
	background: whitesmoke;
	height: 100%;

}

body {
	position: absolute;
	left: 50%;
	margin-right: -50%;
	top: 50%;
	transform: translate(-50%, -50%);

    filter: drop-shadow(1px 5px 10px #ababab); 
    z-index: -1;
}

p {
	margin: 0;
}
