h3{
	color:#1f4c30;
}
body{
	background-color: mintcream;
	font-size: 150%;
	margin-left: 30px;
}
h1{
	color:black ;
	text-align: center;
	text-shadow: 3.9px 4.20px #1f4c30;
	
}
li, p{
	color: green;
}
#email{
	text-align: center;
	color: darkgreen;
}
.date{
	font-style: italic;

}
bdo{
	text-align: center;
}
img{
	text-align: center;
	width: 30%;
	margin-left: 350px;
}

footer{
	font-size: 150;
}

a{
	font-size: 120%;
	padding: 5px 10px 5px 10px;
	border-radius: 10px;

}

a:link{
	background-color: #1f4c30;
	color:mintcream;
	border: 1px solid #1f4c30;

}

a:visited{
	background-color: mintcream;
	color:#1f4c30;
	border: 1px solid #1f4c30;
	
}
a:hover{
	background-color: red;
	color:mintcream;
	border: 1px solid #1f4c30;
}
section{
	margin-left: 15%;
}

footer{
	text-align: center;
}

th,td{
	border: 1px solid #1f4c30;
	padding: 10px 20px 10px 20px;
	text-align: center;	
}
table{
	border-collapse: collapse;
	width: 40%;
	table-layout: fixed;
	
}
th{
	background-color: green;
}
tr:nth-child(2),tr:nth-child(3){
	background-color: lightgreen;
}
tr:nth-child(4),tr:nth-child(5){
	background-color: #E4FADD;
}
tr:nth-child(6),tr:nth-child(7){
	background-color: ;
}
form{
	color: green;
}
#form1 input{
	margin-top: 20px;
	border: 1px solid #1f4c30;
}
#form1 label{
	color: darkgreen;
}
input[type="submit"]{
	color: darkgreen;
	font-weight: bold;
	margin-top: 10px;
	font-family: impact;
	color: black;
	width: 5%;
}
input[type="submit"]:hover{
	background-color: mintcream;
}

#pic{
	width: 15%;
	margin-left: 710px;
}
#mess{
	width: 213px;
	padding-bottom: 30px;
}









