body {
    font-family: "Space Grotesk", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5c8c9 ;
  }
  

  .serve {
    font-size: 40px;
    margin: 20px;
  }

  .line b{
    color: #e9a349;
  }
  .menu {
    max-width: 95%;
    margin: 10px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
  
  }

  h3 ,h2  {
    font-family: "Kalam", cursive;
    color: #ff6f61;
    font-size: 30px;
    
  }

  .dailymenu {
    font-family: "Kalam", cursive;
    color: #ff6f61;
    font-size: 30px;
    text-decoration: solid underline;
    display: inline-block;
  }

  p  {
    font-family: "Edu AU VIC WA NT Hand", cursive;
    font-weight: 500;
  }

  .menulist {
    display: flex;
    text-align: center;
    margin-left: 12%;
    
  }

  .mess {
    font-size: large;
    font-weight: bold;
    font-family: "Edu AU VIC WA NT Hand", cursive;
    padding: 40px;
    margin: 30px;
    background-image: url(pics/gradient.avif);
    backdrop-filter: blur(10px);
    background-size: cover;
    border-radius: 10px;

  }

  .mess h3 {
    font-family: "Kalam", cursive;
    color: #ff6f61;
    font-size: larger;
    text-transform: uppercase;
  }
  .mess p {
    font-weight: bold;
    text-transform: capitalize;
  }

  .breakfast, .indianbreads, .bhaji,.rice,.nonveg {
    padding: 10px;
    margin: 20px;
  }
  
  .dishes1 {
    align-items: center;
    text-align: center;
    display: flex;
    margin-left: 12%;
  }
  .dishes2 {
    align-items: center;
    text-align: center;
    display: flex;
    margin-left: 31%;
  }

  .section {
    margin-bottom: 20px;
    display: flex;
    max-width: 90%;
  }
  
  .section h2 {
    font-size: 24px;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
  
  .dish {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px;
  }
  
  .dish img {
    width: 200px;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .dish p {
    margin-top: 10px;
    font-size: 18px;
    color: #666;
    text-align: center;
  }
  