
.color__wrapper{
  /* margin-bottom: 70px; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.color__wrapper > .colors {
  position: relative;
  width: 110px;
  height: 60px;
  padding-top: 20px;
}

.colordress {
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  /* border: 2px solid #90abcb; */
}

.colordress.black {
  background-color: #212121;
  z-index: 1;
  right:0px
}

.colordress.grafit {
  background-color: #48494F;
  z-index: 2;
  left: 0px;
}