#top-secret {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  color: white;
  background: red;
  padding: .5rem 1rem;
  border-radius: 0 0 0 .5rem;
  text-align: center;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #e1e1e1;
}
