@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,600");
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #7B0F3B;
  font-family: "Montserrat";
  font-size: 12px;
  text-decoration: none;
  overflow: hidden;
}

.title {
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translateX(-50%) translateY(-50%);
  font-family: "Montserrat";
  text-align: center;
  width: 600px;
}
.title h3 {
  position: relative;
  font-weight: 200;
  font-size: 20px;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #d11b60;
  letter-spacing: 2px;
  display: inline-block;
}
.title h3.hello {
  color: #FFFFFF;
  bottom: -20px;
}
.title h3.plasm {
  font-weight: 200;
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #FFFFFF;
  letter-spacing: 2px;
  display: inline-block;
  z-index: 1;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
.title h3.plasm:before {
  position: relative;
  content: "";
  display: block;
  border-top: 1px solid white;
  width: 280px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 14px;
  opacity: 0.4;
}

.hello-dribbble {
  position: relative;
  top: 0;
  transform: scale(0.5);
}

.dribbble {
  fill: #FFF;
}
