@font-face {
	font-family: April;
	src: url('April.ttf');
}

body {
	pointer-events: none;
	margin: 0;
	text-align: center;
}

h1 {
	font-family: "April", sans-serif;
	font-size: 10px;
	margin-left: 13vw;
	margin-right: 13vw;
	color: #363636;
}

.bear {
	position: relative;
	display: inline;
	
}

.mobile {

}


.man {
	pointer-events: all;
	position: absolute;
	bottom: 25px;
	left: 487px;
	opacity: 0;
	z-index: -1;
}

.man.mobile {
	pointer-events: all;
	position: absolute;
	bottom: 25px;
	left: 487px;
	opacity: 0.3;
	z-index: -1;
}

.man:hover {
	pointer-events: all;
	position: absolute;
	bottom: 25px;
	left: 487px;
	opacity: 1;
	z-index: -1;
}