body{
    background-color: floralwhite;

}

#rec div{
    height: 200px;
	width: 200px;
	background: linear-gradient(90deg, #252a38, #f2b9cd,floralwhite);
    opacity: 0.7;
    box-shadow: 20px 20px 20px 10px #181b24;
	margin:10px 10px 10px 10px;
	float: left;
}

