<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.switch-title{
  display: flex;
  justify-content: space-around;
}

p.switch-banner{
  padding: 2% 0;
  background-color: #3193cc;
  color: white;
  font-size: 16px;
  margin: 0;
  text-align: center;
}

p.switch-banner.cliced{
  background-color: #004e65;
}

.switch-text {
  font-size: 16px;
}
</pre></body></html>