*{
  margin: 0;
  padding: 0;
}

body, html{
  width: 100%;
  height: 100%;
  background: url(bg1.jpg) no-repeat;
  background-size: cover;
  font-family: 'Montserrat', sans-serif;
}

.container{
  width: 100%;
  height: 100%;
  background-color: rgba(44, 62, 80,0.7);
}
.container h1{
  color: white;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.container h1 span{
  display: block;
  background: #2ecc71;
  padding 0 10px;
}
