body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background-color: #f1f1f1;
    }

    .header {
      background-color: #333;
      padding: 20px;
      color: #fff;
      text-align: center;
    }

    .container {
      max-width: 960px;
      margin: 0 auto;
      padding: 20px;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
       border-radius: 20px;
    }

    h1 {
      font-size: 36px;
      margin-bottom: 20px;
      color: #222;
    }

    h2 {
      font-size: 28px;
      margin-top: 40px;
      margin-bottom: 10px;
      color: #222;
    }

    p {
      margin-bottom: 20px;
      color: #666;
    }

    .method {
      margin-bottom: 40px;
    }

    .method h3 {
      font-size: 24px;
      margin-bottom: 10px;
      color: #222;
    }

    .method p {
      margin-bottom: 20px;
      color: #666;
    }

    .footer {
      background-color: #333;
      padding: 20px;
      color: #fff;
      text-align: center;
    }

    .footer p {
      margin: 0;
      color: #fff;
    }

    /* Colorful styling */
    .method:nth-child(even) {
      background-color: #f9f9f9;
    }

    .method h3 {
      color: #333;
    }

    .method p {
      color: #666;
    }

    .method ol li {
      color: #666;
    }

    /* Header styling */
    .header h1 {
      font-family: sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .1em;
    }

    /* Content styling */
    .container h2 {
      font-family: sans-serif;
      font-weight: 600;
    }

    .container p {
      font-family: sans-serif;
      font-size: 16px;
      line-height: 1.5;
    }

    /* Method styling */
    .method h3 {
      font-family: sans-serif;
      font-weight: 600;
    }

    .method p {
      font-family: sans-serif;
      font-size: 16px;
      line-height: 1.5;
    }

    /* Footer styling */
    .footer p {
      font-family: sans-serif;
      font-size: 16px;
      line-height: 1.5;
    }
    .page-title {
  background-color: #333;
  padding: 40px;
  text-align: center;
   border-radius: 20px;
}

.page-title h1 {
  color: #fff;
  font-size: 48px;
  margin: 0;
  
}

.page-title .highlight {
  background-color: #ffc107;
  color: #333;
  padding: 5px 10px;
  border-radius: 20px;
}
.round-border{
    border-radius: 20px;
}
    
}
#header{
   
}