body{
    background-color: #232323;
    margin: 0;
    font-family: "montserrat" , "avenir";
}

.square{
    width: 30%;
    background-color: purple;
    padding-bottom: 30%;
    float: left;
    margin: 1.66%;
    border-radius: 50%;
    transition: background 0.6s;

}

#container{
    margin: 20px auto;
    max-width: 600px;
}

h1{
    color: whitesmoke;
    font-weight: normal;
    background-color: steelblue;
    margin: 0;
    text-align: center;
    line-height: 1.1;
    text-transform: uppercase;
    padding: 20px 0;
}

#stripes{
    height: 30px;
    text-align: center;
    color: black;
    background-color: whitesmoke;
    margin: 0;
}

.selected{
    color: whitesmoke;
    background-color: steelblue;
}

#colorDisplay{
    font-size: 200%;
}
button{
    border: 0;
    background-color: none;
    height: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: inherit;
    letter-spacing: 1px;
    color: steelblue;
    transition: all 0.3s;
}
button:hover{
    color: whitesmoke;
    background-color: steelblue;

}

#message {
    display: inline-block;
    width: 20%;
}