body {
  background-color: #232323;
  margin: 0;
}

h1 {
  margin-top: 0;
  color: white;
  line-height: 1.3;
  padding: 10px 0;
  text-transform: capitalize;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: 'Epilogue', sans-serif;
  font-weight: 400;
}

p {
  font-weight: 500;
  font-size: 200%;
  margin: 0;
}

#container {
  width: 50%;
  margin: 20px auto;
}

.square {
  background-color: blanchedalmond;
  width: 30%;
  float: left;
  margin: 1.66%;
  padding-bottom: 30%;
  border-radius: 20px;
  transition: background 0.4s;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
}

button {
  background-color: white;
  border: none !important;
  height: 30px;
  text-transform: uppercase;
  font-family: 'Epilogue', sans-serif;
  font-weight: bold;
  font-size: inherit;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  outline: none;
  color: #558dc1;
}

#stripe {
  background-color: white;
  text-align: center;
}

.btncolor {
  background-color: #558dc1;
  color: white;
}

#navbar {
  background-color: #558dc1;
  margin: 0px;
}

#tryagain {
  display: inline-block;
  width: 20%;
}
/*# sourceMappingURL=colorgame.css.map */