svg * {
  fill: none;
  stroke: currentColor;
}

.svg-head {
    display: flex;
    color: #000000;
    position:absolute; 
    z-index: 1;
}

#tochan {
  stroke-width:1;
}

#tochan path {
  fill-opacity: 1;
  /* fill: #efefec; */
  transition: fill-opacity 0.5s;
}

#gatapishi path {
  fill-opacity: 1;
  fill: none;
}

.svg_container {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    height: 750px;
    width: 980px;
    text-align: center;
}

.svg {
    display: inline-block;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    position: relative;
}
