body {
    background-color: #ffffffff; /* Matches the background from the screenshot */
    font-family: Arial, sans-serif;
  }
  
  .header-section {
    padding: 20px;
    background-color: #0f1e36;
    text-align: center;
    position: relative;
  }
  
  .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;
  }
  
  .logo h1 {
    font-size: 24px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }
  
  .logo h1 span {
    font-weight: normal;
    font-size: 16px;
    margin-left: 10px;
    color: #bbb; /* Slightly lighter for contrast */
  }
  
  .header-nav a {
    color: #fff;
    margin-left: 20px;
    text-decoration: none;
    font-size: 14px;
  }
  
  .header-nav a:hover {
    text-decoration: underline;
  }
  
  .search-bar-container {
    margin-top: 30px;
    position: relative;
    display: inline-block;
  }
  
  .search-bar {
    width: 500px;
    padding: 15px;
    font-size: 18px;
    border: none;
    border-radius: 8px;
    background-color: #2c3e50;
    color: #fff;
  }
  
  .search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 20px;
  }
  





  body {
    font-family: Arial, sans-serif;
    background-color: #fff;
  }
  
  .content-section {
    width: 85%;
    margin: 0 auto;
    padding: 20px;
  }
  
  .breadcrumbs {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 10px;
  }
  
  .breadcrumbs a {
    color: #6c757d;
    text-decoration: none;
  }
  
  .breadcrumbs a:hover {
    text-decoration: underline;
  }
  
  h1 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
  }
  
  .updated-info {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 20px;
  }
  
  .content-wrapper {
    display: flex;
    justify-content: space-between;
  }
  
  .content {
    flex: 3;
  }
  
  .content p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
  }
  
  .side-navigation {
    flex: 1;
    margin-left: 30px;
  }
  
  .side-navigation ul {
    list-style-type: none;
    padding: 0;
    border-left: 2px solid #ddd;
    padding-left: 15px;
  }
  
  .side-navigation li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .side-navigation li a {
    color: #333;
    text-decoration: none;
  }
  
  .side-navigation li a:hover {
    text-decoration: underline;
  }

  
  .notice-box {
    background-color: #f0f3ff; /* Light blue background */
    border: 1px solid #d1d8e5; /* Light border */
    padding: 15px;
    border-radius: 8px; /* Rounded corners */
    text-align: center;
    width: 60%;
    margin: 20px auto; /* Centered */
  }
  
  .notice-box p {
    font-size: 16px;
    color: #333;
    margin: 0;
  }

  
  .example-section {
    margin: 20px auto;
    width: 60%;
    text-align: left;
  }
  
  .example-section h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
  }
  
  .example-section p {
    font-size: 18px;
    color: #555;
    margin: 5px 0;
  }

  
  .example-description {
    width: 70%;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    line-height: 1.6;
  }
  
  .example-description p {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
  }
  
  .notice-box {
    background-color: #f0f3ff; /* Light blue background */
    border: 1px solid #d1d8e5;
    padding: 15px;
    border-radius: 8px;
  }
  
  .notice-box p {
    font-size: 16px;
    color: #333;
    margin: 0;
  }

  
  .example-section {
    margin: 20px auto;
    width: 60%;
    text-align: left;
  }
  
  .example-section h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
  }
  
  .example-section p {
    font-size: 18px;
    color: #555;
    margin: 5px 0;
  }

  

  .example-description {
    width: 70%;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    line-height: 1.6;
  }
  
  .example-description p {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
  }
  
  ul {
    list-style-type: disc;
    margin-left: 20px;
    color: #333;
  }
  
  ul li {
    margin-bottom: 15px;
    font-size: 16px;
  }
  
  ul li strong {
    font-weight: bold;
  }
  
  ul li a {
    color: #0066cc;
    text-decoration: none;
  }
  
  ul li a:hover {
    text-decoration: underline;
  }
  
  ul ul {
    list-style-type: circle;
    margin-left: 20px;
  }

  



  .example-section {
    width: 70%;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    line-height: 1.6;
  }
  
  .notice-box {
    background-color: #f0f3ff; /* Light blue background */
    border: 1px solid #d1d8e5; 
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: left;
  }
  
  .notice-box p {
    font-size: 16px;
    color: #333;
    margin: 0;
  }
  
  .example-section h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
  }
  
  .example-section p {
    font-size: 18px;
    color: #555;
    margin: 5px 0;
  }

  

  .example-description {
    width: 70%;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    line-height: 1.6;
  }
  
  .example-description p {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
  }
  
  ul {
    list-style-type: disc;
    margin-left: 20px;
    color: #333;
  }
  
  ul li {
    margin-bottom: 15px;
    font-size: 16px;
  }
  
  ul li strong {
    font-weight: bold;
  }
  
  ul li a {
    color: #0066cc;
    text-decoration: none;
  }
  
  ul li a:hover {
    text-decoration: underline;
  }
  
  ul ul {
    list-style-type: circle;
    margin-left: 20px;
  }
  
  .example-description a {
    color: #0066cc;
    text-decoration: none;
  }
  
  .example-description a:hover {
    text-decoration: underline;
  }

  

  .related-articles {
    width: 60%;
    margin: 30px auto;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
  }
  
  .related-articles h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .related-articles ul {
    list-style: none;
    padding: 0;
  }
  
  .related-articles li {
    margin-bottom: 15px;
  }
  
  .related-articles li a {
    text-decoration: none;
    font-size: 18px;
    color: #0066cc;
  }
  
  .related-articles li a:hover {
    text-decoration: underline;
  }
  

  
  .feedback {
    text-align: center;
    margin-top: 20px;
  }
  
  .feedback p {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
  }
  
  .emoji {
    font-size: 40px;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
  }
  
  .clicked {
    color: gray;
  }

  
  .footer {
    background-color: #3a3f47; /* Dark background color */
    padding: 20px 0;
    text-align: center;
  }
  
  .footer-content {
    width: 90%;
    margin: 0 auto;
  }
  
  .logo {
    font-size: 24px;
    color: #fff; /* White text color */
    font-weight: bold;
  }
  