.loading-container {
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.loading-title {
  font-size: 20px;
	font-weight: 500;
  color: #6a6a6a;
  letter-spacing: 1px;
}
