h1 {
    text-align: center;
    color: black;
}

h2
{
  color: red;
  font-size: 150px;
  text-alignment : center;
  margin : 50px 300px;
}
/* wheel definitions*/
#WheelA
{
    background: black;
    float:  left;
    margin: 100px 100px 25px 300px;
    text-align: center;
    background-size: 30%;
    font-size: 100px;
    color: red;

}

#WheelB
{
    background: black;
    float: left;
    margin: 100px 100px 25px 100px;
    text-align: center;
    background-size: 30%;
    font-size: 100px;
    color: red;
}

#WheelC
{
    background: black;
    float : left;
    margin: 100px 100px 25px 100px;
    text-align : center;
    background-size: 30%;
    font-size: 100px;
    color : red;
}