body {
  background-color: #f8ebdd;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    
  }

  .logo {
    height: 40px;
    margin-right: 20px;
  }
  
  nav {
    background-color: #f8ebdd;
    padding: 15px;
    text-align: center;
  }
  
  nav a {
    color: red;
    margin: 0 15px;
    text-decoration: none;
    font-weight: bold;
  }


  .nav-link {
    color: red;
    text-decoration: none;
    padding: 10px 15px;
    margin-right: 10px;
    font-weight: bold;
  }

  .nav-link:hover {
    background-color:white;
  }

  .nav-link.active {
    color: red;
    font-weight: bold;
    border-bottom: 2px solid white;
  }

  a {
    color: red;
    text-decoration: none;
  }


  
  nav a:hover {
    text-decoration: underline;
  }
  
  body { margin:0; font-family: sans-serif; line-height:1.6; color:#333; }
    header { background:#cc1f00; color:#fff; padding:20px; }
    nav { max-width: 1000px; margin: auto; display:flex; justify-content:space-between; align-items:center; }
    nav a { color:white; text-decoration:none; margin:0 10px; }    
    section { max-width:1000px; margin:40px auto; padding:0 20px; }
    .about img { max-width:200px; border-radius:50%; }    
    .card { border:1px solid #ccc; padding:20px; width:380px; border-radius:8px; }
    .contact a { color:#0077cc; text-decoration:none; }
    footer { text-align:center; padding:20px; background:#f9f9f9; font-size:0.9rem; }
    .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      max-width: 900px;
      margin: 50px auto;
      padding: 20px;
      border: 1px solid #cccccc;
      border-radius: 8px;
    }

    .container1 {
        color: white;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 900px;
        margin: 50px auto;
        padding: 20px;
        
        border: 1px solid #b50202;
        border-radius: 8px;

        background-image: url('background.png');
        background-size: cover;       /* or 'contain' */
        background-position: center;
        background-repeat: no-repeat;
        
      }
    .text {
      flex: 1;
      padding-right: 20px;
    }
    .image {
      flex-shrink: 0;
    }
    .image img {
      width: 200px; /* You can control size here */
      height: auto;
      border-radius: 8px;
    }

    @media (max-width: 700px) {
      .container {
        flex-direction: column;
        text-align: right;
      }
      .text {
        padding-right: 0;
        margin-bottom: 20px;
      }
    }

    ul {
    margin-left: 20px;
    padding-left: 20px;
    }
    li {
    margin-bottom: 10px;
    }
    h2 {
    margin-top: 40px;
    font-size: 1.5em;
    color: #333;
    }

    h2 {
      color: red;
    }
  
  