﻿CreateLobby {
  position: absolute;
  width: 500px;
  opacity: 0;
  font-size: 72px;
  
  &.show {
    opacity: 1;
  }
}