body {overflow: hidden;}
.svg-container {height: 100vh;width: 100%;display: flex;justify-content: center;align-items: center;}
#plus-svg {width: 100%;height: 150%;}
#plus-content {transform: scale(.5) translateX(200px) translateY(230px);}