body{
    background: #232526;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    margin: 0;
}
h1{ margin: 0;
    text-align: center;
    font-size-adjust: initial;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    color:whitesmoke;
    background-color:rgb(70, 66, 66);
    margin:0 auto;
    padding-top:3%;
    padding-bottom: 3%;
}

#colorDisplay{
    align-content: center;
    text-align: center;
    margin: 0 auto;

}
.stripe{
    height:30px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(70, 66, 66);
    padding-top: 20px;
}
#container{
    max-width: 600px;
    align-content: center;
    margin:20px auto;
   
}
.square{
    float: left;
    width: 30%;
    height:0;
    padding-bottom: 30%;
    background-color: blueviolet;
    margin:1%;
    border-radius: 10px;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s
}

button{
    border: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    outline: none;
}

#message{
    display: inline-block;
    width:20%;
    color: whitesmoke;
}
#reset{
    color: black;
    font-family: Arial, Helvetica, sans-serif;
}
.selected {
    background-color: rgb(134, 147, 158);
  }





