.shadow {
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
}

body {
	background-image: linear-gradient(0deg, #FFDEE9 0%, #B5FFFC 100%);
}

	img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}