.jvzJGI {
  height: 54px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px;
  border-radius: 50%;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  position: relative;
  outline: transparent;
  background-color: rgb(79, 206, 93);
  margin-bottom: 10px;
  margin-right: 20px;
  margin-left: 70px;
  width: 54px;
}