body {
	position: relative;
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}

#splash-screen {
	background: linear-gradient(to right, #fff, #fff);
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 0px;
	left: 0px;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#logo {
	width: auto;
	height: 250px;
}

#splash-screen .loading-animation {
	color: #bf360c;
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 4rem;
}

#splash-screen .loading-animation img {
	transform: scale(0.6);
}
