.outColor {
  width: 100%;
  min-height: 100px;
  /* background-color: khaki; */
}

.outColorText {
  text-align: center;
  font-size: 60px;
  width: 100%;
  min-height: 100px;
}

.colorsDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.block_colors {
  margin-top: 30px;
}

.btn {
  width: 100px;
  height: 100px;
}
