* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  /* color: black; */
}

/* #NavColor{
    background-color: rgb(25, 25, 77);
}
 */

/* navbar section */

.navbar-container {
  background:#034694;
  margin: 0;
  padding: 0;
  /* background: radial-gradient(circle, rgba(191, 119, 150, 1) 0%, rgba(148, 187, 233, 1) 100%); */
}
.navbar-container button {
  border: 2px solid white;
  background: #034694;
  /* background: radial-gradient(circle, rgb(105, 44, 70) 0%, rgb(72, 98, 128) 100%); */
  color: white;
}

.navbar-container li a {
  color: white;
}
.navbar-container li a:hover {
  color: rgb(224, 233, 224);
}

.navbar-container .navbar-nav li {
  padding: 0;
}

.navbar-container .navbar-brand {
  color: white;
}

.navbar-container button:hover {
  background:white;
  color: black;
}
#section-divider {
  background: #034694;
  /* background: radial-gradient(circle, rgba(191, 119, 150, 1) 0%, rgba(148, 187, 233, 1) 100%); */
  color: white;
  padding: 20px;
}

#getButton:hover {
  background-color: black;
}

.icons-number {
  display: flex !important;
  justify-content: center !important;
  align-content: center !important;
  text-align: center;
  border: 2px solid black;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  margin: auto;
  /* background-color:rgb(36, 36, 36);
   */
  background: #034694;

  color: white;
}
#part10 {
  background: #034694;
  
  color: white;
  /* padding: 20px; */
}

/* 
.icons-number {
  text-align: center;
  height: 40px;
  width: 40px;
  display: flex !important;
  justify-content: center !important;
  align-content: center;
  border-radius: 50%;
  background-color: rgb(146, 44, 44);
  color: #fff;
} */

a {
  color: white;
}

#list-items {
  /* background: #5c1b37; */
  background: radial-gradient(
    circle,
    rgb(119, 56, 84) rgba(148, 187, 233, 1) 100%
  );
  color: white;
  padding: 20px;
}
#list-items li:hover {
  text-decoration: underline;
}
#list-items li {
  color: white;
  margin: 1.5rem;
}
#footer {
  color: white;
  background-color: rgb(36, 36, 36);
}

.accordion-button {
  color: var(--bs-accordion-active-color) !important;
  background-color: white !important;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}
