*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

button {

  font-weight: 800;
}

xmp{
  overflow-x: auto;
}

.accordion-body {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: justify;

}
.accordion-body p, .accordion-body ul li, .accordion-body ul li a{
  font-size: 1.3rem;
  font-weight: bold;
  text-align: justify;

}


.accordion-header button{
  color: red;
}


.accordion-header button:hover {
  color: rgb(10, 235, 130);
}

.edit_image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;

}


.link {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-style: oblique;
  font-size: 1 rem;
  font-weight: 800;
  color: blue;
}

ul[type='decimal'] :not(p) {
  color: aqua
}

#scroll_content {
  display: flex;
  justify-content: center;
  width: 100%;
  border: 1px solid red;
  overflow: scroll;
}

/* scroll bar */

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgb(52, 5, 204);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

#navbarSupportedContent ul li a:active{
  background-color: red;
  color: blue;
}
#navbarSupportedContent ul li a:hover{
  background-color: red;
  color: blue;
}



/* active class css  */

.nav-link[aria-current="page"]{
  text-decoration: underline wavy yellow 1px;
  text-underline-offset:10px;
}
/* active class css end */

/* nav bar */


.navbar-brand {
  color: #22f635 !important;
  font-family: fantasy !important;
  font-size: 2rem !important;
}

.nav-link{
  font-size: 1.2rem !important;
}

@media screen and (max-width: 1170px) {
  .nav-link{
    font-size: 1rem !important;
  }

}

@media screen and (max-width: 1070px) {
  .nav-link{
    font-size: 0.8rem !important;
  }

}

@media screen and (max-width: 992px) {
  .nav-link{
    font-size: 1.2rem !important;
  }

  .navbar-nav{
      align-items: center !important;
  }

}