.main {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 40%;
  height: auto;
  border-radius: 45px;
  background-color: #ededed;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.166);
}
.color-preview {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
}
.color {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: #000;
  font-size: 18px;
}
.btn {
  border-radius: 15px;
  background-color: #fff;
  border-style: none;
}
