
:root {
  --background: #E76494;
  --icon-color: #fff;
  --width: 60px;
  --height: 60px;
  --border-radius: 100%;
}
.wrapperr {
  width: var(--width);
  height: var(--height);
  position: relative;
  top: 40px;
  border-radius: var(--border-radius);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.0rem;
  right: 10%;
  z-index: 999;
}