*{ 
	box-sizing: border-box;
 }
 body{
background: #D8A4E0;
padding: 20px;
 }
 .header{
 	background: #B67A97;
 	text-align: center;
 	font-size: 40px;
 }
 .row{
 	display: table;

 }
 .left{
 width: 50%;
 float: left;	
 }
 .right{
 	width: 50%;
 	float: left;
 	padding-left: 20px;
 }
 .card{
 	background: white;
 	padding: 20px;
 	margin-top: 20px;


 }
 .img{
 	background-size: cover;
 	background-position: center;
 }