* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}

#default {
  position: relative;
  height: 100vh;
  background: #030005;
}

#default .default {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.default {
  max-width: 767px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.default .default-txt {
  position: relative;
  height: 180px;
  margin-bottom: 20px;
  z-index: -2;
}

.default .default-txt h1 {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 224px;
  font-weight: 900;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -12px;
  color: #030005;
  text-transform: uppercase;
  text-shadow: -1px -1px 0px #8400ff, 1px 1px 0px #ff005a;
//text-shadow: -1px -1px 0px #ff4500, 1px 1px 0px #9b59b6;
//text-shadow: -1px -1px 0px #8a2be2, 1px 1px 0px #00ced1;
//text-shadow: -1px -1px 0px #00ffff, 1px 1px 0px #ff0000;
//text-shadow: -1px -1px 0px #0044ff, 1px 1px 0px #ff7f00;
text-shadow: -1px -1px 0px #6a0dad, 1px 1px 0px #ff1493;
text-shadow: -1px -1px 0px #8a2be2, 1px 1px 0px #ff00ff;
text-shadow: -1px -1px 0px #9b30ff, 1px 1px 0px #ff66cc;
text-shadow: -1px -1px 0px #d700ff, 1px 1px 0px #ff3385;
text-shadow: -1px -1px 0px #00ff00, 1px 1px 0px #00bfff;
text-shadow: -1px -1px 0px #40e0d0, 1px 1px 0px #ffcc00;
text-shadow: -1px -1px 0px #ff7f00, 1px 1px 0px #1e90ff;
text-shadow: -1px -1px 0px #8a2be2, 1px 1px 0px #ffd700;
text-shadow: -1px -1px 0px #ff0000, 1px 1px 0px #00ffff;
text-shadow: -1px -1px 0px #0047ab, 1px 1px 0px #add8e6;
text-shadow: -1px -1px 0px #0000ff, 1px 1px 0px #ccccff;
text-shadow: -1px -1px 0px #4169e1, 1px 1px 0px #87ceeb;
text-shadow: -1px -1px 0px #4b0082, 1px 1px 0px #0047ab;
text-shadow: -1px -1px 0px #000080, 1px 1px 0px #007fff;
text-shadow: -1px -1px 0px #191970, 1px 1px 0px #20b2aa;
text-shadow: -1px -1px 0px #00ced1, 1px 1px 0px #4682b4;
text-shadow: -1px -1px 0px #8a2be2, 1px 1px 0px #20b2aa;
  letter-spacing: -26px;
}

.default .default-txt h2 {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  top: 110px;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 2px 0px #8400ff;
  letter-spacing: 13px;
  margin: 0;
}

.default a {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  text-transform: uppercase;
  color: #ff005a;
  text-decoration: none;
  border: 2px solid;
  background: transparent;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 700;
  transition: 0.2s all;
}

.default a:hover {
  color: #8400ff;
}

@media only screen and (max-width: 767px) {
    .default .default-txt h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 480px) {
  .default .default-txt h1 {
      font-size: 182px;
  }
}
