* {
	background-color: #B3504A;
}


.head {
	background-color: #C5746F;
	width: 700px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.text {
	text-align: center;
	font-family: monospace;
	font-weight: 500;
}

.inf {
	width: 400px;
	height: 170px;
	border: 2px solid black;
	background: #C5746F;
}

.img {
	margin-left: 200px;
}

.daisy {
	border-radius: 13em/3em;
	width: 300px;
	height: 50px;
	background-color: #C5746F;
	margin-top: 100px;

}