Fixed Full Screen Background Image
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background-image: url(./assets/pubg-final.jpg) !important;
  background-attachment: fixed;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    background-position-y: unset !important;
}