body {
  background: linear-gradient(to bottom, black, #780201, black);
  color: black;
  margin: auto;
  text-align: center;
}
.container {
  font-family: 'Bungee';
  background-color: #780201;
  width: 75%;
  height: auto;
  border-radius: 10%;
}
body h1 {
  text-align: center;
  font-size: 300%;
}
#totalClicks {
  background-color: grey;
  display: inline-block;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  padding: 0 10px 0 10px;
  border: solid 2px black;
  border-radius: 4px;
}
#harambe {
  display: block;
  margin: auto;
  width: 50%;
  border-radius: 30%;
  margin-bottom: 20px;
  cursor: pointer;
}
#rules {
  background-color: grey;
  display: block;
  width: 40%;
  height: auto;
  margin: auto;
  margin-bottom: 20px;
  padding: 0 10px 0 10px;
  border: solid 2px black;
  border-radius: 4px;
}
#accumulatedTotal {
  background-color: grey;
  display: inline-block;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  padding: 0 10px 0 10px;
  border: solid 2px black;
  border-radius: 4px;
}
#harambe2 {
  margin: auto;
  width: 50%;
  height: 50%;
  border-radius: 10%;
}
.gameover {
  font-family: 'Bungee';
  margin: auto;
  width: 50%;
  height: 50%;
  color: white;
}
footer h5 {
  font-family: 'Bungee';
  color: white;
  line-height: 100%;
  margin-top: 5px;
}
