body {
  background-color: gray;
  background-image: url("../images/obi-wan.jpg");
  background-repeat: no-repeat;
  background-size: auto;
}

p {
  color: #fba60c;
  font-size: 2em;
  margin-left: 110px;
  font-style: italic;
  font-weight: bold;
  font-family: "Impact", Verdana;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}

#poker-chip {
  position: absolute;
  top: 367px;
  left: 510px;
  height: 60px;
  width: 45px;
}
