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 MenuCAMPER 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
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
