@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Cairo');
body {
  background-color: #010;
}

.band_name {
     font-family: "rocket";
  text-align: center;
  color: #FFF;
width: 100%;
  letter-spacing: 1px;
  line-height:1;
    z-index: 1;
    position: absolute;
    top: 6%;
  left:2%
}

h1 {
    background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
  background-size: 7%;
    background-position: 50% 40%;
  color: transparent;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-transform: uppercase;
  font-size: 5em;
  margin: 10px 0;
    z-index: -2000;
}
