#loader{
    position: relative;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


#loader > img{
  position: absolute;
  top: 5px;
  width: 400px;
  height: 300px;
  /* margin: 100px 100px 100px 100px; */

}