html{
	scrollbar-width: none;
	user-select: none;
}

#drag{
	width:min-content;
	word-break: break-all;
	position: absolute;
	z-index: 5;
}

.imgWidth{
	max-width: 150px;
	position: absolute;
}
.none{
	display: none;
}



#killstreakDisplay{
	display: flex;
	width: 100vw;
	height: 100vh;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: -100;
}
.message{
	font-family: 'Lugrasimo','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
	font-size: 80px;
	transition: all 1.5s;
	transform: rotate(-10deg);
	color:rgb(255, 165, 0);
	z-index: -5;
	display:none;
}
.message2{
	transform: rotate(10deg);
	color:rgb(255, 0, 0);
}

#score{
	position: absolute;
	right: 0;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 20px;
}

#popUp{
	background-color: white;
	color:black;
	position: absolute;
	width: 200px;
	height: 400px;
	border-radius: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	top:50%;
	right:50%;
	transform: translate(50%, -50%);
	user-select: none;
	z-index: 5;
	line-height: 20px;
}

#errors{
	height: 0;
	color:red;
}
#custom-handle {
    width: 3em;
    height: 1.3em;
    text-align: center;
  }