html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}
h1 {
  padding-top: 1.5%;
  font-weight: bolder;
  font-size: 500%;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", sans-serif;
  color: rgba(239, 255, 255, 0.8);
  position: absolute;
  z-index: 9;
  text-align: center;
  width: 100%;
  height: 10%;
  margin: auto;
}

@media screen and (max-width: 674px) {
  h1 {
    padding-top: 5%;
    font-size: 250%;
  }
}
h3 {
  padding-top: 1%;
  font-weight: normal;
  font-size: 100%;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", sans-serif;
  color: rgba(239, 255, 255, 0.5);
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 10%;
  text-align: center;
  margin: auto;
  user-select: none;
}
h4 {
  font-weight: normal;
  font-size: 100%;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", sans-serif;
  color: rgba(239, 255, 255, 0.8);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  user-select: none;
}
a {
  color: #3fffff;
}
calcite-shell {
  position: relative;
  --calcite-color-brand: #3fffff;
  --calcite-color-brand-hover: #efffff;
  --calcite-color-border-input: #0a3c5e;
  --calcite-color-foreground-1: #062336;
  --calcite-color-foreground-2: #020817;
  --calcite-color-foreground-current: #020817;
  --calcite-color-text-1: #efffff;
  --calcite-color-text-2: #efffff;
  --calcite-color-text-3: #efffff;
  --calcite-color-border-3: #020817;
  --calcite-color-transparent-tint: rgba(2, 8, 23, 0.7);
}

calcite-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

#switch-container {
  background: rgba(2, 8, 23, 0.7);
  padding: 5px 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
