body{
    margin: 0;
  }
  .back {
    align-items: center;
    background-color: #161616;
    display: flex;
    height: 100vh;
    justify-content: center;
    width: 100vw;
  }
  .preloader {
  }