body {
      font-family: 'Sarabun', sans-serif;
      background-color:rgb(58, 0, 5) !important;
      color: #FFF;
    }

    .navbar {
      background-color: #c0392b;
    }

    .navbar-brand,
    .nav-link,
    .footer {
      color: white !important;
    }

    .hero {
      background: url('../images/bg.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: bottom center;
      color: white;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
      padding: 140px 15px;
      text-align: center;
      min-height: 500px;
      position: relative;
    }

    .hero-logo {
      position: absolute;
      top: 20px;
      left: 20px;
      width: 100px;
    }

    .section-title {
      font-weight: 700;
      color: #c0392b;
      margin-bottom: 30px;
    }

    .menu-item {
      border: 1px solid #eee;
      border-radius: 15px;
      overflow: hidden;
      transition: transform 0.3s;
      background: white;
    }

    .menu-item:hover {
      transform: scale(1.03);
    }
    .text-yellow {
        color : #FF0;
        text-decoration: italic;
    }
    .footer {
      background-color:rgb(37, 0, 1);
      padding: 20px;
      text-align: center;
      color: white;
    }

    .menu-item img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }