.header{
    text-align:center;
    color:orange;
    background-color:blue;
}
.Player1 {
    color:blue;
    text-align:center;
}
.Player2 {
    color:blue;
    text-align:center;
}
.Player1 img{
    width: auto;
    height: 120px;
}
.Player2 img {
    width: auto;
    height: 120px;
}
#output {
    text-align:center;
}
.controls {
    text-align:center;
}
.scores {
    text-align:center;
}
