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

h1 {
    color: white;
    text-align: center;
    background-color: pink;
    margin: 0;
    line-height: 1.1;
    font-weight: normal;
    padding: 20px 0;
}

.square {
    width:30%;
    padding-bottom: 30%;
    margin:1.6%;
    float:left;
    background-color: pink;
    border-radius: 2em;
    transition: background-color 0.6s;
    --webkit-transition:background-color 0.6s;
    -mpz-transition: background-color 0.6s;
}

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

}



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

.selected {
    background-color: pink;
    color:white;
}
#colorDisplay {
    font-size: 200%;
}
button{
    border:none;
    background-color: white;
    height:100%;
    letter-spacing: 1px;
    transition: all 0.3s;
    outline:none;

}
button:hover{
    color:white;
    background-color: pink;
}



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

