
  
  @import url('https://fonts.googleapis.com/css?family=Poppins:300,400');

  body {
    margin: 0;
    -webkit-perspective: 1000;
    font-family: 'Poppins', sans-serif;
    background: #303030;
         background-size: contain;
    background-repeat: no-repeat;

  }

  body, html {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
  }



