* {
    margin: 0px;
    padding: 0px;
}


body {
	background: #808000;
}

#mynamehint {color: red;
} 
input{position: absolute; 
left: 280px;
font-size: 20px;
}


.content {
	padding: 60px;
    background: #A4C639;
    color: #000;
    margin-left: 80px;
    margin-right: 80px;
}

.orderlist {
    font-size: 25px;
    margin-left: 80px;
    margin-right: 80px;
}



#myform{
	background-color: #9c9f84;
	font-size: 20px;
}

h1 {
    text-align: center;
	font-size: 60px;
	font-style: oblique;
}

h2 {
    color: #000080;
}

h4 {
    color: #000080;
    text-align: center;
	font-size: 40px;
}

