/* styles.css */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f0f2f5;
    color: #333;
    margin: 0;
    padding: 20px;
  }
  
  h1 {
    color: #007BFF;
    text-align: center;
    margin-bottom: 20px;
  }
  
  h2 {
    color: #0056b3;
    border-bottom: 2px solid #007BFF;
    padding-bottom: 10px;
    margin-top: 40px;
  }
  
  p, ul {
    line-height: 1.6;
    margin: 20px 0;
  }
  
  ul {
    padding-left: 20px;
  }
  
  footer {
    text-align: center;
    margin-top: 50px;
    color: #777;
  }
  
  footer a {
    color: #007BFF;
    text-decoration: none;
  }
  
  footer a:hover {
    text-decoration: underline;
  }
  header {
    padding: 10px;
}

nav ul {
    list-style-type: none;
    text-align: center;
}

nav ul li {
    display: inline;
    margin-right: 30px;
    margin-top: 30px ;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}  
 .containerx {
            background-color: #f8f9fa;
            border: 1px solid #ddd;
            padding: 10px;
            border-radius: 5px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
 .m-text {
            color: #007bff;
            font-weight: bold;
            font-size: 18px;
        }