body {
   background: green;
}

.menu {
   background: lightgrey;
}

h1 {
   color: lightgreen;
   background: darkgreen;
}

form {
   background: lightgreen;
}



