body {
	
	background-color:palegreen;
}



p {
	color: green;
	font-family: "papyrus", fantasy;
	text-indent: 40px;
	font-weight: 650;
	font-size: 23px;
}

.headertext {
border: 25px solid limegreen; 
text-decoration: underline;
background-color: limegreen;
font-weight: 800;
font-size:  32px;
font-family: "papyrus", fantasy;
color:green;

}



.headertext2 {
	font-weight: 800;
	text-decoration:  underline;
	font-size: 26px;
	font-family: "papyrus", fantasy;
	text-align: center;
	background-color: #65e765;
	color:green;
}

.headertext3 {
	font-weight: 800;
	text-decoration:  underline;
	text-align: center;
	font-size: 26px;
	font-family: "papyrus", fantasy;
	background-color: #65e765;
	color:green;
}

.headertext4 {
	font-weight: 800;
	text-decoration:  underline;
	text-align: center;
	font-size: 26px;
	font-family: "papyrus", fantasy;
	background-color: #65e765;

	color:green;
}


.headertext5 {
	font-weight: 800;
	text-decoration:  underline;
	text-align: center;
	font-size: 26px;
	font-family: "papyrus", fantasy;
	background-color: #65e765;

	color:green;
}
.navbar {
	overflow: hidden;
	font-family: "papyrus", fantasy;
	font-weight: 600;
	font-size: 26px;
	padding: 5px;
	background-color: limegreen;
}

.navbar a {
	float: left;
	display: block;
	text-align: center;
	padding: 10px 25px;
	color: forestgreen;
	text-decoration: none;
}

.navbar a:hover {
	background-color: lightgreen;
}

* {
	box-sizing: border-box;
}

.row {
	display: flex;
	flex-wrap: wrap;

}

.side {

	width: 30%;
	flex: 30%;
	background-color: #65e765;
	padding: 50px;
}

.main {
	flex: 70%;
	background-color: #7bea7b;
	padding: 20px;
}

.dcimgs {
	display: block;
	/*margin-left: auto;*/
	margin-right: auto;
	width:  50%;
}

