body {
	font-family: "Courier New";
	margin: 0;
	color: #72B868;
}

.container {
	height: auto;
	min-height: 100vh;
	width: 100%;
	position: relative;
}

h3 {
	margin-bottom: 0px;
}

p{
	margin-top: 0px;
}


ul {
	list-style: none;
	text-align: center;
	padding: 0;
	margin-bottom: 52px;
}

li {
	display: inline-block;
	padding: 0 15px;
	font-weight: bold;
}

a {
	color: #72B868;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #5b9453;
}

@media only and screen (max-width: 768px){
 li {
 	display: block;
 }
}

.top-flower {
	top: 10px;
	right: 10px;
	position: absolute;
	max-width: 200px;
}

.bottom-flower {
	bottom: 10px;
	left: 10px;
	position: absolute;
	max-width: 200px;
}

.content-container {
	max-width: 480px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 24px;
	padding: 84px 12px 124px;
	position: relative;
}

.header-img {
	max-width: 240px; 
	margin: 0 auto;
	display: block;
	margin-bottom: 48px;
}

input, select {
	border:none;
    background-image:none;
    background-color:#f8f8f8;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance:none;

	font-family: "Courier New";
	font-size: 18px;
	color: #333;
}

select {
	padding-left: 0px;

}

input {
	border-bottom: 1px solid #72B868;
}

.ps {
	font-size: 14px;
}

.ps input {
	font-size: 14px;
}

.button {
	background-color: #FDD106;
	color: #fff;
	width: 100%;
	margin-top: 32px;
	line-height: 40px;
	font-weight: bold;
	border-radius: 4px;
	border: none;
}

.button:hover {
	background-color: #DDB709;
}