html,
body,
#bug {
	height: 100%;
    overflow: hidden;
}

#bug {
	width: 100%;
	margin: 0 auto;
}

#bug svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
