@import 'colors.css';

.loading-screen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--background-color); 
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.loading-screen img {
	width: 200px; 
	height: 200px;
}


