
body{
	background-color: #95A5A6 ;
}
.wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

img{
	width: 600px;
}
#range{
	position: relative;
	top: -200px;
}
.nextTask{
	position: fixed;
	left: 1200px;
	top: -500px;
	font-size: 90px;
	top: 300px;
	display: none;
}