
* {
  margin: 0;
  padding: 0;
  user-select: none;
  box-sizing: border-box;
}

.container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  /* background: black; */
  background: rgb(30, 30, 32);
}

.popit-1, .popit-2, .popit-3 {
  margin: 0px 7px;
}
