.page-loaders {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1100;
	background-color: var(--accent-color);
	height: 100vh;
	width: 100vw;
}

.loading-center{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
} 
.loading-center img{
    max-width: 95%;
}
