#D5FEFE@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900);

#links 
td a:hover {background-color: #faf6f6; }



body {
  margin: 4rem;
  background-color: white;
  font-size: 1.2rem;
  color: black;
}

.btn {
  background-color: #D5FEFE;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: var(--gap);
  padding: 0.5rem;
  cursor: pointer;
  border-radius: 1ex;
  border-width: 2px;
  border-color: solid grey;
  box-shadow: var(--shadow);
  position: relative;
  font-size: 1.2rem;
  
}

.btnA {
  background-color: #D5FEFE;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: var(--gap);
  padding: 0.5rem;
  border: none;
  cursor: pointer;
  box-shadow: var(--shadow);
  position: relative;
  font-size: 1.2rem;
  
}






.btn:hover {
  background-color: black;
  color: white;
}

.btnA:hover {
  background-color: black;
  color: white;
}




a {text-decoration:none; color:black} a:hover {color:white; background-color:black;}

 .btn a {text-decoration:none; color:black;}


.bx {
  font-size: 1.1rem;
}


.dropdown0 {
  position: absolute;
width: 250px;
  box-shadow: var(--shadow);
  border-radius: 1ex;
  margin-top: 0.3rem;
  background: #D5FEFE;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transform: translateY(0.5rem);
  transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
border: 2px solid grey;
}

.dropdown0 a {
  display: flex;
  align-items: center;
  column-gap: var(--gap);
  padding: 0.3rem 1rem;
  text-decoration: none;
  color: black;
}

.dropdown0 a:hover {
  background-color: black;
  color: white;
}



.dropdown1 {
  position: absolute;
width: 250px;
  box-shadow: var(--shadow);
  border-radius: 1ex;
  margin-top: 0.3rem;
  background: #D5FEFE;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transform: translateY(0.5rem);
  transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
border: 2px solid grey;
}

.dropdown1 a {
  display: flex;
  align-items: center;
  column-gap: var(--gap);
  padding: 0.3rem 1rem;
  text-decoration: none;
  color: black;
}

.dropdown1 a:hover {
  background-color: black;
  color: white;
}

.dropdown2 {
  position: absolute;
  width: 250px;
  box-shadow: var(--shadow);
  border-radius: 1ex;
  margin-top: 0.3rem;
  background: #D5FEFE;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
border: 2px solid grey;
}

.dropdown2 a {
  display: flex;
  align-items: center;
  column-gap: var(--gap);
  padding: 0.3rem 1rem;
  text-decoration: none;
  color: black;
}

.dropdown2 a:hover {
  background-color: black;
  color: white;
}


.dropdown3 {
  position: absolute;
  box-shadow: var(--shadow);
  border-radius: 1ex;
  margin-top: 0.3rem;
  background: #D5FEFE;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
border: 2px solid grey;
}

.dropdown3 a {
  display: flex;
  align-items: center;
  column-gap: var(--gap);
  padding: 0.3rem 1rem;
  text-decoration: none;
  color: black;
}

.dropdown3 a:hover {
  background-color: black;
  color: white;
}

.dropdown4 {
  position: absolute;
  box-shadow: var(--shadow);
  border-radius: 1ex;
  margin-top: 0.3rem;
  background: #D5FEFE;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
border: 2px solid grey;
}

.dropdown4 a {
  display: flex;
  align-items: center;
  column-gap: var(--gap);
  padding: 0.3rem 1rem;
  text-decoration: none;
  color: black;
}

.dropdown4 a:hover {
  background-color: black;
  color: white;
}


.dropdown5 {
  position: absolute;
  box-shadow: var(--shadow);
  border-radius: 1ex;
  margin-top: 0.3rem;
  background: #D5FEFE;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
border: 2px solid grey;
}

.dropdown5 a {
  display: flex;
  align-items: center;
  column-gap: var(--gap);
  padding: 0.3rem 1rem;
  text-decoration: none;
  color: black;
}

.dropdown5 a:hover {
  background-color: black;
  color: white;
}

.dropdown6 {
  position: absolute;
  box-shadow: var(--shadow);
  border-radius: 1ex;
  margin-top: 0.3rem;
  background: #D5FEFE;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
border: 2px solid grey;
}

.dropdown6 a {
  display: flex;
  align-items: center;
  column-gap: var(--gap);
  padding: 0.3rem 1rem;
  text-decoration: none;
  color: black;
}

.dropdown6 a:hover {
  background-color: black;
  color: white;
}




.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0rem);
}

.arrow {
  transform: rotate(180deg);
  transition: 0.2s ease;
}



.item:before {
    font-style: normal; 
    font-weight: bold; 
   content: counter(item) ". ";  
}

.item {
   counter-increment: item ;  
}
