.scrollBox {
    background-image: url("../../transLogo.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-size:18px;
}

.cosoleText {
  color: skyblue;
}

.storyBack {
  line-height: 1.5;
  background-image: url("../../blueBack.png");
  background-image: no-repeat;
  background-size: cover;
  border-radius: 12px;
  padding: 25px;
  color: black;
  font-weight: bold;
  font-family: "lucida console",monospace;
  font-size: 20px;
}
h2 {
  font-size: 36px;
  color: skyblue;;
}

#bomb {
  width: 125px;
  position : absolute;
  top : 50%;
  left : 50%;
  margin-top : -120px;
  margin-left: -160px;
  background-image: url("daBomb.png");
  -webkit-animation: play 2s steps(5) infinite;
  -moz-animation: play 2s steps(5) infinite;
  border-radius: 50px;
}

@-webkit-keyframes play {
  from { background-position: 0px; }
  to { background-position: -6400px; }
}

@-moz-keyframes play {
  from { background-position: 0px; }
  to { background-position: -6400px; }
}

.breadcrumbs {
  color: skyblue;
  margin: 20px;
  margin-right: 10px;
  padding-right: 10px;
}

.breadcrumbs a {
  color: lightgreen;
}

.breadcrumbs a:hover {
  color: violet;
}
