body {
  font-family: "Segoe UI", sans-serif;
  background-color: #f4f4f4;
  margin: 0;
}

.custom-tab {
  color: black;
}

.custom-tab.active {
  background-color: #e6ffff;
  border-radius: 4px;
}
