.wrapper {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 600px;
  color: #2cb397;
  padding: 10px;
}

.f1 {
  fill: #2cb397;
}

.f2 {
  fill: #fff;
}
