.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  border-radius: 100%;
  width: 48.588px;
  height: 48.588px;
}

.icon2 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid $skinColor;
  border-radius: 10px;
  background: white;
  width: 88px;
  height: 88px;
}
