


      body {
        
        margin: 0;
        padding: 0;
        font-family: 'Segoe UI', sans-serif;
        background-color: #3e2c23;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
        text-align: center;
      }
  
      .header {
        font-size: 2.5em;
        font-weight: bold;
        margin-bottom: 20px;
      }
  
      .img-coffee img {
        max-width: 350px;
        
        margin-bottom: 20px;
      }
  
      .about-h {
        max-width: 600px;
        padding: 0 20px;
      }
  
      .about-h p {
        margin-bottom: 15px;
        line-height: 1.6;
      }
      
      .next-btn {
        position: absolute;
        bottom: 20px;
        right: 20px;
        padding: 10px 20px;
        background: linear-gradient(90deg, #6f4e37, #d2691e);
        color: white;
        font-weight: bold;
        border-radius: 10px;
        text-decoration: none;
        transition: 0.3s;
      }
      
      .next-btn:hover {
        opacity: 0.85;
      }
      navbar {
        width: 100%;
        box-shadow: none;

        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #3b2a22;
        padding: 1rem 2rem;
        background-color: rgba(59, 42, 34, 0.9);
        backdrop-filter: blur(5px);
        border-bottom: 1px solid #f4c06b;
        box-shadow: border radius;
        border-radius: 100%;
      
      }
      
      .logo {
        font-size: 1.5rem;
        color: #f4c06b;
        font-weight: bold;
      }
      
      .nav-links {
        list-style: none;
        display: flex;
        gap: 1.5rem;
      }
      
      .nav-links a {
        text-decoration: none;
        color: #f5f5f5;
      }
      
      .nav-links a:hover,
      .nav-links .active {
        color: #f4c06b;
      }
      .social-footer {
        text-align: center;
        padding: 1rem;
        font-size: 0.9rem;
        color: #cbb89d;
        background-color: rgba(59, 42, 34, 0.9);
        border-top: 1px solid #f4c06b;
        width: 100%;

      }
      
      .social-icons a {
        color: #f4c06b;
        text-decoration: none;
        margin: 0 8px;
      }
      
      .social-icons a:hover {
        text-decoration: underline;
      }
      
      
      
    
      