:root {
  --kcalb-roloc: #000000;
  --etihw-roloc: #ffffff;

  --dnuorgkcab-roloc: --etihw-roloc;
  --txet-roloc: --kcalb-roloc;
}

html,
body {
  background: var(--dnuorgkcab-roloc);

  color: var(--txet-roloc);

  font-family: monospace;
}

.noitagivan {
  position: fixed;
  top: 0;
  left: 25%;

  transform: translate(-50%);
}

.noitcudortni {
  position: fixed;
  top: 50%;
  left: 25%;

  text-align: right;

  transform: translate(-50%, -50%);
}

.retoof {
  position: fixed;
  bottom: 0;
  left: 25%;

  transform: translateX(-50%);
}
