body {
  background-color: #232323;
  font-family: "Montserrat", "Avenir";
  margin: 0;
}
#container {
  margin: 20px auto;
  max-width: 600px;
}
h1 {
  color: white;
  background: rgb(132, 126, 218);
  font-weight: normal;
  line-height: 1.1;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
}
#colorDisplay {
  font-size: 200%;
}
#stripe {
  background: white;
  height: 30px;
  text-align: center;
}
.selected {
  background: rgb(132, 126, 218);
  color: white;
  margin: 0;
}
#message {
  display: inline-block;
  width: 20%;
}
button {
  background: none;
  border: none;
  color: rgb(132, 126, 218);
  font-size: inherit;
  font-weight: 700;
  height: 100%;
  letter-spacing: 1px;
  margin: 0;
  outline: none;
  text-transform: uppercase;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
button:hover {
  background: rgb(132, 126, 218);
  color: white;
}
.square {
  background: purple;
  border-radius: 15%;
  float: left;
  margin: 1.66%;
  padding-bottom: 30%;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  width: 30%;
}
