

body{
background: linear-gradient(to right,PaleVioletRed,SandyBrown,Plum );
    color: black;
    padding: 30px;
    height: 160px;
    font-family: Arial Black;
    font-size: 15px;
}

	
	.wrapper{
	width:1000px;
	background-image:linear-gradient(to bottom right,PeachPuff,Thistle);
	border:10px solid Goldenrod ;
	box-shadow:30px 50px 30px Thistle ;
	border-radius:20px;	/*rounds the corners of the border*/
	margin-left:40px;
	padding-bottom:10px;
	padding-left:50px;
	padding-right:50px;
	padding-top:10px;
 }
 