<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#Go_Top {
  position: fixed;
  /* Положение кнопки */
  bottom: 30px;
  /* Расстояние снизу */
  left: 30px;
  /* Расстояние справа */
  cursor: pointer;
  /* Лучше не трогать */
  z-index: 10;
}
</pre></body></html>