
.container {
    width: 100%;
    height: 600px;
	position:relative; 
}

svg {
    width: 100%;
    height: 100%;
    visibility: hidden;
}

.me {
    position: absolute;
    z-index: 10;
    top: 50px;
    left: 32px;
	color:white;
}