body {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  position: absolute;
  width: 100%;
}
.filter {
  left: 0;
  position: absolute;
  top: 0;
}
.all {
}
.ball {
  height: 98px;
  width: 98px;
}
.gooey {
  filter: url('#gooeyness');
  height: 98px;
  width: 98px;
}
.first {
  background-color: #4f6f52;
  border-radius: 50%;
  height: 98px;
  position: absolute;
  width: 98px;
}
.second {
  background-color: #4f6f52;
  border-radius: 50%;
  height: 40px;
  position: absolute;
  width: 40px;
  top: 30px;
  left: 85px;
  transform: translateX(-50px);
}
.char-G {
  left: calc(50% - 50px);
  position: absolute;
  top: calc(50% - 50px);
  width: 100px;
}
.logo {
  fill: #4f6f52;
  left: calc(50% + 70px);
  overflow: hidden;
  position: absolute;
  top: calc(50% - 48px);
}
.logo svg {
  width: 100px;
}
