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