` becomes `
`
1. Follow the specs to style the classes in css
  - in style.css:
  ```
  .hero {
    background-color: #16445f;
    text-align: center;
    overflow: auto;
  }
```
1. Turn in
  - Open a new terminal panel using the menu, `Window > new terminal`
  - type in: `./turnin` and hit `enter` to submit your command
  - check your live work: `https://{username}.github/web1/assignment-3`
## Requirement Checklist:
- Is there a separate .css file?
- Do all 5 pages look styled with a blue hero background and dark gray sans-serif text?
- Spot check the Home page
  - Does the top navigation have a yellow border on hover?
  - do the cards have a white background?
  - Are the card title links yellow?
- Spot check the search page
  - does the placeholder content have a gray background?
  - does the placeholder have 20px margin above and below it?
- Spot check the Coffee page for styling:
  - doess the `coffee-quote` class exist with the font 30px and dark blue #16445F?
  - does the menu have a 4px gray border around it?
  - is the text inside the menu left aligned?