html, body {
  height: 100%;
  width: 100%;
  margin: 0;
}

.sideways {
  writing-mode: vertical-rl;
  text-orientation: mixed;

  position: absolute;
  right: 10px;
  top: 5;
}