#preloader { 
position: fixed; 
left: 0; 
top: 0; 
width: 100%; 
height: 100%; 
z-index: 9999; 
background-color: #FF7000; 
display: flex; 
flex-direction: column; 
justify-content: center; 
align-items: center; 
} 

#preloader-logo { 
width: 150px; 
height: auto; 
} 

#preloader-quote { 
margin-top: 40px; 
width: 50%; 
text-align: center; 
font-size: 9pt; 
color: #ffffff; 
max-width: 500px; 
opacity: 100%; 
font-family: 'CirceRounded'; 
font-weight: 700;
letter-spacing: 1px; 
}