body {
    background-color: #232323;
    margin: 0;
}

h1{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.00rem;
    color: white;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 1.1;
    padding: 20px 0;

}
.squareSmall {
    width: 22%;
    background: purple;
    padding-bottom: 20%;
    float: left;
    margin: 1.45%;
    transition: background-color 0.6s;
    border-radius: 10%;
    --webkit-transition: background-color 0.6%;
    --moz-transiton: background-color 0.6%;
}

.squareMedium {
    width: 22%;
    background: purple;
    padding-bottom: 23%;
    float: left;
    margin: 1.33%;
    transition: background-color 0.6s;
    border-radius: 12%;
    --webkit-transition: background-color 0.6%;
    --moz-transiton: background-color 0.6%;
}

.squareLarge {
    width: 30%;
    background: purple;
    padding-bottom: 30%;
    float: left;
    margin: 1.66%;
    transition: background-color 0.6s;
    border-radius: 15%;
    --webkit-transition: background-color 0.6%;
    --moz-transiton: background-color 0.6%;
}

#container {
    align-content: center;
    margin: 15px auto;
    max-width: 600px;

}

#gameHead{
    text-align: center;
    color: white;
    background-color: steelblue;
}    

.stripe{
    background: white;
    height: 30px;
    text-align: center;
    color: black;
}

.selectedMode{
    background-color: steelblue;
    color: white;
}



#colorDisplay{
    font-size: 140%;
}

button{
    border: none;
    background: none;
    text-transform: uppercase;
    height: 100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 300;
    color: steelblue;
    /* letter-spacing: 1px; */
    font-size: 0.8rem;
    transition: all 0.3s;
    outline: none;
    padding: 2px;
}

/* button:hover{
    color:white;
    background: steelblue;
    outline: none;
    border: none;

} */


.scorespan{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.9rem;
    color:steelblue;
    display: inline-block;
    padding-right: 5px;
    font-weight: 500;
}

.highlightText{
    font-weight: 800;
    color: crimson;
}
