footer {
	background: #006400;
	color: white;
	padding: 10px 20px;
	text-align: center;
	border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    margin-top: 40px;
}

header {
	border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

h1 {
    padding-bottom: 10px;
    text-align: center;
}

.contactform {
	padding: 10px 20px;
	border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    background: white;
}