html, body{
    width: 100%;
    height: 100%;
  }
  
  body{
    background-color: black;
    margin: 0;
    background-image: url("./images/loader-tail-spin.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 5%; 
  }