@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
  background-color: hsl(214, 28%, 5%);
  color: hsl(0, 0%, 95%);
  font-family: "Inter", sans-serif;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  background:transparent;
}

.hover-focus1 {
  transition: 0.1s ease-in-out;
}
.hover-focus1:hover:not(.selectedTab) {
  background-color: rgba(226, 226, 226, 0.15) !important;
}

.hover-focus2 {
  transition: 0.1s ease-in-out;
}
.hover-focus2:hover:not(.selectedTab) {
  background-color: rgba(226, 226, 226, 0.25) !important;
}

/*# sourceMappingURL=style.css.map */
