html,body{
  height: 100%;
}

body {
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
  background-color: var(--bs-gray-dark) !important;
}

.remote a {
  background: yellow;
}