body {
    font-family: Arial, sans-serif;
    margin: 0;
    background-color: #ffffff;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* सामान्य */
}

/* nav bar menu code niche */
/* Header CSS */
.header {
  background-color: #1a0f0f;
  color: white;
  padding: 15px 0;
  text-align: center;
}

.header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header ul li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}

.header ul li a {
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
}

.header ul li .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  z-index: 1;
}

.header ul li .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.header ul li .dropdown-content a:hover {
  background-color: #f1f1f1;
}

.header ul li:hover .dropdown-content {
  display: block;
}

.header ul li a:hover {
  background-color: #575757;
}
  /* nav bar menu code upar */

  /*Post Width Margin*/
.margin{
    margin-left: 20px;
    margin-right: 20px;
  }
  /*Post Width Margin*/

  @media screen and (max-width: 1400px) {
    .post-width{
      width: 60%;
    }
  }
  @media screen and (min-width: 200px) and (max-width: 567px) {
    .post-width{
      width: auto;
    }
  }
  
  /* footer me social icon page aur copyright ke css niche */
.footer{
    padding: 40px 0;
    background-color: #c2dd90;
}
.footer .social {
    text-align: center;
    padding-bottom: 25px;
    color: #4b4c4d;
}
.footer .social a{
    font-size: 24px;
    color: inherit;
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    margin: 0 8px;
    opacity: 0.75;
}
.footer .social a:hover {
    opacity: 0.9;
}
.footer ul{
    margin-top: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: center;
}
.footer ul li a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}
.footer ul li {
display: inline-block;
padding: 0 15px;
}
.footer ul li a:hover {
    opacity: 1;
}
.footer .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #020202;
}
/* footer me social icon page aur copyright ke css upar */

a{
  text-decoration: none;
}
.moretool{
  font-size: large;
  margin-left: 10px;
}