<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	background-color: green;
	background-image: url("Big_Chapins_Daycare.png")
}


.box_main {
	background-color: #eae9b4;
	border-style: solid;
	border-radius: 5px;
	width: 700px;
	padding-bottom: 40px;
	margin-top: 300px;
}
.box_main h3 {
	text-align: center;
}

.box_main p {
	padding: 0px 20px 0px 20px;
}

.hello-flouride {
	margin-top: 40px;
	margin-left: 20px;
}

#flouride-stare {
	width: 350px;
	height: 200px;
	float: left;
}

.box_sub { 
	background-color: #eae9b4;
	border-style: solid;
	border-radius: 5px;
	width: 700px;
	height: 100px;
	margin-top: 20px;
}
</pre></body></html>