body
{
    font-family: 'Roboto Slab', serif;

    margin: 0;

    text-transform: uppercase;

    background-color: #232323;
}

.square
{
    float: left;

    width: 30%;
    height: 15%;
    margin: 1.66%;
    padding-bottom: 30%;

    -webkit-transition: background .9s;
       -moz-transition: background .9s;
            transition: background .9s;

    border-radius: 15%;
    background: purple;
}

#container
{
    max-width: 700px;
    margin: 20px auto;
}

h1
{
    line-height: 1.3;

    margin: 0;
    padding: 20px 0;

    text-align: center;

    color: white;
    background: #607d8b;
}

#stripe
{
    height: 30px;

    text-align: center;

    background: white;
}

.selected
{
    color: white;
    background: #607d8b;
}

#colorDisplay
{
    font-size: 175%;
}

button
{
    font-size: inherit;
    font-weight: 900;

    height: 100%;

    -webkit-transition: all .5s;
       -moz-transition: all .5s;
            transition: all .5s;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: #607d8b;
    border: none;
    outline: none;
    background: none;
}

button:hover
{
    color: white;
    background: #607d8b;
}

#message
{
    display: inline-block;

    width: 20%;
}
