* {
  font-family: "Inter", sans-serif;
};

.active {
  background-color: #15803d;
  color: white;
  padding: 8px;
  width: 100%;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.active:hover {
  background-color: rgb(84, 201, 84);
};
