html {
  height: 100%!important;
}

body {
  height: inherit;
}

#root {
  height: inherit;

  text-align: center!important;
  --bs-text-opacity: 1;
  color: rgba(255,255,255,var(--bs-text-opacity))!important;
  color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;

  --bs-bg-opacity: 1;
  background-color: rgba(33,37,41,var(--bs-bg-opacity))!important;
  background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important;

  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

a:hover, a:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}

.cover-container {
  max-width: 40em;
}

a {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}