---
id: 5f3ef6e03d719d5ac4738993
title: Part 58
challengeType: 0
---
## Description
The current width of the menu will always take of 80% of the `body` element's width. On a very wide screen, the coffee and dessert appear far apart from their prices.
Add a `max-width` property to the `menu` class with a value of `500px` to prevent it from growing too wide.
## Tests
```yml
tests:
- text: Test 1
testString: ''
```
## Challenge Seed