body{
   background-color: darkgrey;
}
.container{
 width: 80%;
 float: left;
 max-width: 500px;
 margin: auto;
}
.controls{
 height: 2em;
 max-width: 500px;
 margin: auto;
}
h1 {
 color: white;
 text-align: center;
}
.player{
 height: 7em;
 max-width: 500px;
 margin: auto;
}
.pScore{
 height: 3em;
 max-width: 500px;
 margin: auto;
}
#resetGame{
   visibility: hidden;
}