html {
  scroll-behavior: smooth;
	}



#mugsy {
	height: 50px;
	width: 55px;
	left: 0;
	display: none;
	position: fixed;
	-webkit-filter: drop-shadow(0px 0px 4px #F1E9DA);
  	filter: drop-shadow(0px 0px 5px #F1E9DA);
	z-index: 1000;
	background: url("mugsy_runner.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
	transition: .1s;
	}
