body {
	text-align: center;
	
}
#pulsing-image {
    display: inline-block;
    transition: transform 0.5s ease-in-out, opacity 0.5s;
}