#loader{

position:fixed;

inset:0;

background:white;

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

z-index:999;

}

.loader-logo{

width:180px;

opacity:0;

transform:scale(.85);

}

.loader-line{

margin-top:30px;

width:0;

height:2px;

background:black;

}