body {
  background-color: #232323;
  margin: 0;
  font-family: "Baloo Tamma 2", cursive;
}

.square {
  width: 30%;
  padding-bottom: 30%;
  margin: 1.66%;
  float: left;
  background: grey;
  border-radius: 15%;
}

#container {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 5%;
}

#stripe {
  background: white;
  height: 25px;
  text-align: center;
}

.selected {
  background: steelblue;
  color: white;
}

h1 {
  text-align: center;
  color: white;
  background: steelblue;
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.1;
  padding: 20px 0;
}

#colordisplay {
  font-size: 200%;
}

button {
  border: none;
  background: none;
  text-transform: uppercase;
  height: 100%;
  font-weight: 700;
  color: steelblue;
  letter-spacing: 1px;
  font-size: inherit;
  transition: all 0.3s;
  outline: none;
}

#message {
  display: inline-block;
  width: 20%;
  text-transform: uppercase;
  font-weight: 200;
}

button:hover {
  color: white;
  background: steelblue;
}