app/components/CreateOrJoin.css [52:58]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--color_alabaster);
  background: var(--color_mine_shaft_light);
  cursor: pointer;
  transition: background-color 0.15s;
  user-select: none;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



app/components/Login.css [58:64]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--color_alabaster);
  background: var(--color_mine_shaft_light);
  cursor: pointer;
  transition: background-color 0.15s;
  user-select: none;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



