@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 {
  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: #000000;
}

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

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

.r-alert {
  position: fixed;
  top: 20px;
  right: 20px;
  width: auto;
  padding: 8px;
  background-color: #1b1b1b;
  border: 1px solid #2c2c2c;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.15s ease;
  z-index: 1000;
  color:rgba(255,255,255,0.9);
}

.r-alert p {
  margin: 0;
  font-size: 14.5px;
}

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