Crie um Menu de Cafeteria - Passo 56

Conte-nos o que está acontecendo:

.established { font-size: italic; } o código diz que você deve ter o elemento .established. solicito a correção. ### Seu código até o momento ```html Cafe Menu

CAMPER CAFE

Est. 2020

Coffee

French Vanilla

3.00

Caramel Macchiato

3.75

Pumpkin Spice

3.50

Hazelnut

4.00

Mocha

4.50

Desserts

Donut

1.50

Cherry Pie

2.75

Cheesecake

3.00

Cinnamon Roll

2.50

``` ```css /* file: styles.css */ body { background-image: url(https://cdn.freecodecamp.org/curriculum/css-cafe/beans.jpg); /* User Editable Region */ font-family: sans-serafy .established { /* User Editable Region */ font-style: italic; }

Est. 2020

h1, h2, p {
text-align: center;
}

.menu {
width: 80%;
background-color: burlywood;
margin-left: auto;
margin-right: auto;
padding: 20px;
max-width: 500px;
}

h1, h2 {
font-family: Impact, serif;
}

.item p {
display: inline-block;
}

.flavor, .dessert {
text-align: left;
width: 75%;
}

.price {
text-align: right;
width: 25%
}


### Informações do seu navegador:

Agente de usuário: <code>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36</code>

### Informações do desafio:
Crie um Menu de Cafeteria - Passo 56
https://www.freecodecamp.org/portuguese/learn/responsive-web-design-v9/workshop-cafe-menu/step-56
Link do GitHub: https://github.com/freeCodeCamp/i18n-curriculum/blob/main/curriculum/challenges/portuguese/blocks/workshop-cafe-menu/5f3ef6e06d34faac0447fc44.md

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.