div {
  margin: 0 auto
    
}




h2 {
  margin: 0 auto;
  text-align:center;
  font-family: helvetica;
  color:white;
}

h1 {
  margin: 0 auto;
  text-align:center;
  font-family: arial;
  font-weight: bold;
  color:white;
  text-shadow: 3px 3px 6px black;
}

.buttons {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.info {
  color: white;
  font-family: arial;
  display: block;
  text-align: center;
}
body {
 background-image: url("https://thumbs.dreamstime.com/b/simple-casino-pattern-made-four-card-suits-dark-poker-texture-83183275.jpg");
}

#gray {
  background-color: gray;
  border: 5px dotted white;
  text-shadow: 3px 3px 6px black;
}