.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.connecting-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #2d2d2d;
  color: #ffffff;
  font-family: sans-serif;
}

.connecting-title {
  font-size: 1.5em;
  font-weight: bold;
}

.connecting-description {
  text-align: center;
  max-width: 80%;
}

@import "tailwindcss";