/* view/guest.css */
:root {
  background-color: #222222;
  color: #efefef;
  font-family: var(--font-family);
}
#version {
  position: fixed;
  right: 0;
  bottom: 0;
  color: #EEEEEE;
}
