* {
	margin: 0px;
}

body {
	display: flex;
	justify-content: center;
	background: linear-gradient(0deg, rgba(180,180,180,1) 0%, rgba(255,255,255,1) 100%);
	background-attachment: fixed;
	
}

img {
	margin-top: 64px;
	filter: drop-shadow(0 0 0.75rem crimson);
}