#island {
	bottom: 45vh;
	left: 50vw;
	margin: 0;
	padding: 0;
	position: absolute;
	height: 9.86vh;
	width: 40vh;
	scale: 4;
	background-image: url(../images/island.svg);
	background-size: 40vh 9.86vh;
	transform: translateZ(-4300px);
}