body {
    background: #232323;
    margin:0;
    font-family: 'Indie flower',cursive;
  
}
.Square{
    width: 30%;
    background-color: purple;
    padding-bottom: 30%;
    float:left;
    margin: 1.66%; 
    transition: background .5s;
    border-radius: 20%;

}
#container{
    margin: 20px auto;   
    max-width: 600px;
}
h1{
    color:white;
    text-align: center;
    background: steelblue;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
    padding :20px 0;
}
#stripe{
    text-align: center;
    background-color:white ;
    color:black;
}
.selected{
    background-color:steelblue;
    color:white;
}
button{
    border: none;
    background:white;
    color:steelblue;
    font-weight: 700;
    letter-spacing: 1px;
    height:100%;
    font-size: inherit;
    font-family: 'Indie flower',cursive;
    text-transform: uppercase;
    transition: all .4s;
    outline: none;
}
button:hover{
    color:white;
    background:steelblue;

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