.img {
	box-shadow: 10px 10px 5px rgba(48,48,48,.7);
	border-radius: 18px;
    object-fit: contain;
	}
.footer {
    position: fixed;
	width: 100%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
	background-color: #E8D703;
	text-align: center;
	padding-top:12px;
}
.txt