body{
  background-color: black;
  color: white;

  
  
  }
button{
font-size: 50px;
border-radius: 10px;


  }
button:hover{
 background-color: grey;
}
p{
font-size: 20px;
font-family: 'Playfair Display', serif;
text-align: center;
  }
#menu{
  margin: auto;
  width: 263px;
  
  }
#CPUlabel{
  Color:red;
  
  }
  #PlayerLabel{
  Color:Green;
  
  }
  #Results{
  Color:blue;
  
  }
#backbutton{
  width: 260px;}

  