body
{
	background-attachment:fixed;
	user-select: none;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
}
.hoverAnim{
	fill:transparent;
	fill-opacity:0.1;
}
.fontcls
{
    /* font-size: 1.5vw; */
	font-size: 20px;
	font-weight: bold;
	color:rgb(79, 74, 74);
}
#SVGInfoDiv
{
	background-color: #e8e4e4;
}
.clicked{
	fill: rgb(222, 198, 65); 
	stroke: #6c6969;
	stroke-width: 4px;
	stroke-dasharray: none;
	stroke-linejoin: round;
	animation: blink 0.8s infinite;
  }
  @keyframes blink {
	100%,
	0% {
	  stroke:rgb(142, 0, 177);
	}
	60% {
	  stroke:rgb(211, 126, 255);
	}
  }
