body {
  text-align: center;
  background-image: url(http://i.imgur.com/Xr1INgbb.jpg);
  background-attachment: fixed;
  background-position: center;
}

h1 {
  font-family: "Bungee Inline", sans-serif;
  color: black;
  background-color: rgba(255, 255, 51, 0.7);
  max-width: 300px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 15px;
  font-size: 40px;
  border-radius: 15px;


}

h2 {
  font-family: "Bungee Outline", sans-serif;
  color: rgb(255,255,51);
  background-color: rgba(0, 0, 0, 0.8);
  max-width: 300px;
  margin: 0 auto;
  border-radius: 15px;


}
th {
  padding: 10px;
}

.score {
  border: 40px;
  display: inline-block;
}

th.p1 {
  font-family: "Bungee Inline", sans-serif;
  color: black;
  background-color: rgba(255, 0, 127, 0.7);
  border-radius: 15px;
}

th.p2 {
  font-family: "Bungee Inline", sans-serif;
  color: black;
  background-color: rgba(0, 204, 204, 0.7);
  border-radius: 15px;
}

th.pC {
  font-family: "Bungee Inline", sans-serif;
  color: black;
  background-color: rgba(0, 204, 0, 0.7);
  border-radius: 15px;
}

table {
  margin: 20px auto;
}

td.scoreboard {
  font-family: "Bungee Inline", sans-serif;
  color: #c4ff4d;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 15px;
}



table.board {
  border-collapse: collapse;
  font-size: 50px;
  color: black;
  border-radius: 15px;
  background-color: rgba(255, 255, 51, 0.7);
}

.board td {
  width: 100px;
  height: 100px;
  text-align: center;
  border: 3px solid black;
  cursor: pointer;
  font-family: "Bungee Shade", sans-serif;
  font-weight: 700;
}

.board tr td:first-child {
  border-left: none;
}

.board tr td:last-child {
  border-right: none;
}

.board tr:first-child td {
  border-top: none;
}

.board tr:last-child td {
  border-bottom: none;
}

p.alertBanner{
  font-family: "Bungee Outline", sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: rgb(255,255,51);
  background-color: rgba(0, 0, 0, 0.8);
  max-width: 300px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 15px;
}

button {
  font-family: "Bungee Inline", sans-serif;
  color: black;
  background-color: rgba(255, 255, 51, 0.7);
  max-width: 300px;
  margin: 0 auto;
  margin-top: 2px;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 20px;
  border-radius: 15px;
}
