<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#soR {
  position: fixed;
  top: 4.5%;
  left: 2%;
  width: 25%;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  font-size: 14px;
  text-shadow: 0 0 1px rgba(0,0,0,0.6);
}

#soRl {
  position: fixed;
  top: 37%;
  right: 30.5%;
  width: 5%;
}

#soR1 {
    display: none;
}

#soR1:target {
    display: block;
}

#soR2 {
  position: fixed;
  top: 48%;
  left: 43.3%;
  width: 5%;

}</pre></body></html>