body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background-color: #121212;
  font-size: 12px;
  overflow: hidden;
  height: 100vh;
  display: flex;
}

.user-container {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    gap: 5rem;
}

.title {
    font-weight: 700;
    margin: 0;
    color: white;
}
.store-buttons{
    display: flex;
    flex-direction: column;
    align-items: center;
}


