.veiw-box {
  margin-top: 10rem;
  width: 600px;
  height: 200px;
  border-radius: 50px;
  position: absolute;
  top: 40%;
  left: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.user {
  max-width: 800px;
  text-align: center;
  /* background: #053258!important; */
  /* #313c48 */
  background-color: #1b1f23 !important;
  border-radius: 90px;
  box-shadow: 0 10px 20px -5px #00000061;
  margin-left: 9.7rem;
  margin-top: 3rem;
}

.space {
  margin: 0 70px;
}

.user p {
  font-size: 14px;
  color: #cbb4f5;
  line-height: 32px;
  padding: 2rem 2rem;
}

@media only screen and (max-width: 576px) {
  .veiw-box {
    width: 90vw;
  }
  .user {
    width: 80vw;
    margin-left: 0.5rem !important;
  }
}
