body {
  text-align: center;
  background: url(bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

h1 {
  font-size: 4rem;
  color: rgb(	255, 182, 70);
  text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
  margin-top: 12px;
  margin-bottom: 0px;
  clear: both;
  font-family: 'Roboto', sans-serif;
}

p {
  font-size: 2.2rem;
  margin-top: 10px;
  color: rgb(	255, 182, 70);
  text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
  font-style: italic;
}

#boxLeft, #boxMid, #boxRight {
  background-color: rgb(254,255,255);
  color: rgb(34,30,30);
  width: 170px;
  height: 250px;
  margin-top: 120px;
  margin-left: 307px;
  margin-right: -236px;
  font-size: 13rem;
  float: left;
}

#bet, #playButton {
  border: 1px solid black;
  width: 120px;
  height: 50px;
  font-size: 2.5rem;
  margin-top: -300px;
  margin-bottom: 30px;
  margin-left: 318px;
  clear: both;
}

#bank {
  border: 1px solid black;
  background-color: white;
  color: rgb(34,30,30);
  border-radius: 50%;
  width: 240px;
  height: 80px;
  margin-top: 125px;
  margin-left: 510px;
  margin-bottom: -50px;
  font-size: 4rem;
  clear: both;
}
