body {
	position: relative;
}
#preload {
	z-index: 9999;
	background-color: #0842B0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 100%;
	height: 100%;
}
#preload img {
	width: 70px;
}
#scrolltop {
	background-color: #0842B0;
	padding: 13px 18px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	cursor: pointer;
	transition: 0.2s;
	border:1pt solid #0842B0;
	z-index: 9998;
	border-radius: 5px;

	display: none;
}
#scrolltop:hover {
	background-color: white;
	border-color: #0842B0;
}
#scrolltop:hover i {
	color: #0842B0;
}
#scrolltop i {
	color: white;
	font-size: 18px;
}