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: 70px;
  width: 70px;
}
.gooey {
  filter: url('#gooeyness');
  height: 70px;
  width: 70px;
}
.first {
  background-color: #232F5F;
  border-radius: 50%;
  height: 70px;
  position: absolute;
  width: 70px;
}
.second {
  background-color: #232F5F;
  border-radius: 50%;
  height: 30px;
  position: absolute;
  width: 30px;
  top: 20px;
  left: 75px;
  transform:  translateX(-35px);
}
.char-G {
  fill: #FA787A;
  left: calc(50% - 25px);
  position: absolute;
  top: calc(50% - 49px);
  width: 100px;
}
.logo {
  fill: #232F5F;
  left: calc(50% + 46px);
  overflow: hidden;
  position: absolute;
  top: calc(50% - 48px);
  width: 0;
}
.logo svg {
  width: 100px;
}
