div {
	border: 6px solid black;
	border-radius: 9px;
	color: black;
	margin-left: 2%;
}



.mheader {
	margin-top: 40px;
	height: 100px;
	width: 25%;
	margin-right: 2%;
	margin-left: 2%;
	background-color: cadetblue;
	clear: both;
}


.content {
	background-color: cadetblue ;
	margin-top: 10px;
	width: 30%;
	margin-right: 2%;
	margin-left: 2%;
	height: 450px;	
}

.purplebox {
	background-color: white;
	height: 50px;
	width: 60px;
	color: teal;
	margin: 10px;
	padding: 10px;
	float: left;
}

.textbox {
	height: 150px;
	width: 60%;
	background-color: white;
	font-size: 20px;
	margin: 10px;
	padding: 10px;
	float: left;
}

img {
	height: 180px;
	width: 50%;
	margin: 15px;
	border: 6px solid black;
	border-radius: 9px;
	color: black;
}




/* selector body */

body {
	margin: 0px;
	background-color: teal;
	background-image: url("https://cdn.pixabay.com/photo/2023/05/08/21/52/ai-generated-7979835_1280.png");
	background-repeat: no-repeat, repeat;
	background-size: 100vw;
}