


body{
    background-image: url("shopicecream.png");

}
section{
	margin-right: 250px;
}

.shoplinks{
	display: flex;
	flex-wrap: wrap;
}

.shoplinks div{
	width: 33%;
}

img{
	border-radius: 8px;
}