body {
	
}

.text {
	margin: auto;
	background-color: lightyellow;
	text-align: center;
	border: 2px solid;
	border-radius: 25px;
	width: 80%;
	height: 70%;
	padding: 30px;
	margin-top: 30px;
}

p {
	font-size: 24px;
	padding-top: 30px;
}

img {
	width: 300px;
	height: auto;
	
}
