@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display:wght@700&display=swap');

#magic {
  width: 100%;
  height: 100vh;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
  align-items: center;
}

.playground{

  width: 100%;
  height: 100vh;
  display: block;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 0px;

}



