---
id: 5f45b715301bbf667badc04a
title: Part 86
challengeType: 0
dashedName: part-86
---
# --description--
The menu text `CAMPER CAFE` has a different space from the top than the address at the bottom of the menu. This is due to the browser having some default top margin for the `h1` element.
Change the top margin of the `h1` element to `0` to remove all the top margin.
# --hints--
Test 1
```js
```
# --seed--
## --seed-contents--
```html