body {
      margin: 0;
      font-family: 'Roboto', sans-serif;
      background: #fffbe6;
    }

    header {
      background-color: #ff914d;
      color: white;
      padding: 1.5rem;
      text-align: center;
      font-family: 'Fredoka One', cursive;
      font-size: 2rem;
    }

    nav {
      display: flex;
      justify-content: center;
      gap: 1.5rem;
      background-color: #ffe3b3;
      padding: 1rem;
    }

    nav a {
      text-decoration: none;
      color: #ff6600;
      font-weight: bold;
    }

    .section {
      padding: 2rem;
      text-align: center;
    }

    .hero {
      background-image: url("https://cdn.pixabay.com/photo/2016/03/05/19/02/appetite-1238256_1280.jpg");
      background-size: cover;
      background-position: center;
      color: white;
      padding: 5rem 1rem;
      font-size: 1.8rem;
      font-weight: bold;
      text-shadow: 2px 2px 5px #000;
    }

    .menu {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 2rem;
      padding: 2rem;
    }

    .card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      overflow: hidden;
      transition: transform 0.2s;
    }

    .card:hover {
      transform: scale(1.05);
    }

    .card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .card h3 {
      margin: 0.5rem 0;
      color: #ff6600;
    }

    .card p {
      padding: 0 1rem 1rem;
    }

    .pedido-btn {
      background-color: #ff6600;
      color: white;
      padding: 0.8rem 1.5rem;
      border: none;
      border-radius: 10px;
      font-size: 1rem;
      cursor: pointer;
      transition: background-color 0.3s;
      margin-top: 1rem;
    }

    .pedido-btn:hover {
      background-color: #cc5200;
    }

    footer {
      background-color: #ff914d;
      color: white;
      text-align: center;
      padding: 1rem;
      margin-top: 2rem;
    }jbhzdsfuifrkhjrfohjrfjhofrjewfoj

    td{
      text-align: center;
    }

    body {
      font-family: Arial, sans-serif;
      background-color: #eef;
      padding: 20px;
    }

    .language-buttons {
      text-align: right;
      margin-bottom: 20px;
    }

    button {
      padding: 8px 12px;
      margin-left: 10px;
      border: none;
      background-color: #ff9900;
      color: white;
      cursor: pointer;
      border-radius: 5px;
    }

    button:hover {
      background-color: #ffb545;
    }

    p{
      text-align: center;
    }

header{
    display: flex;
}

.logo{
    display: flex;
}

.logo img{
    height: 70px;
}
    
p{
  text-align: justify;
}

li{
  text-align: justify;
}