body {
    margin: 0;
    -webkit-perspective: 1000;
    font-family: 'Poppins', sans-serif;
    background: #000000;
    background-image:url("bg.png");
    background-size: cover;
    background-repeat: none;
    background-position: center center;
  }

  body, html {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
  }
