.theme-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  cursor: pointer;
  position: fixed;
  bottom: 2.5%;
  right: 2.5%;
  border-radius: 50%;
  padding: 0, 0;
  z-index: 9999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.theme-button:hover {
  opacity: 0.7;
}
.theme-button-icon {
  align-self: center;
  position: relative;
  height: auto;
  font-size: 2.5rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

rapi-doc::part(section-navbar-tag),
rapi-doc::part(section-navbar-auth),
rapi-doc::part(section-navbar-servers),
rapi-doc::part(section-navbar-overview) {
  /* color: rgba(204, 229, 231, 0.932); */
  color: #eadeda;
  font-size: 1.2rem;
  padding-left: 20px;
  line-height: 1.4rem;
}