body {
  background-image: initial;
  background-color: rgb(19, 19, 19);
  color: rgb(163, 160, 156);

  background: #000;
  font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh);
  padding: 0;
  margin: 0;
}

.bomb {
    padding-top: 3vh;
    min-height: 200px;
    max-height: 80%;
    font-size: 7em;
    flex: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.comment {
  font-size: .4em;
}

.centered-content-container {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-self: center;
  flex-wrap: wrap;
  text-align: center;
}
