/* @embed base.css */
/* reset */
html, body {
  height: 100%;
}

body {
  font: 14px "Century Gothic", Futura, sans-serif;
  color: white;
  background-color: black;
  margin: 0;
}

#root {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.game {
  width: 500px;
}

table.room {
  font-size: 45px;
  width: 100%;
}
