* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

.contain {
  background: url(../img/bg.jpg) no-repeat;
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
  z-index: 5;
}

.content {
  max-width: 800px;
  height: auto;
  text-align: center;
  position: absolute;
  z-index: 100;
  top: 35%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.content .logo img {
  max-width: 400px;
  margin: 0 auto;
  width: 400px;
  height: auto;
  display: block;
}
.content h2 {
  color: #fff;
  position: relative;
  z-index: 100;
  margin-top: 30px;
  line-height: 43px;
}
.content h2 a {
  color: #07a07e;
}

.filter {
  width: 100%;
  height: 100vh;
  position: absolute;
  background: rgba(0, 0, 0, 0.43);
  top: 0;
  left: 0;
  z-index: 10;
}

@media (max-width: 600px) {
  .content {
    top: 30%;
  }
  .content .logo img {
    width: 275px;
  }
  .content h2 {
    font-weight: 400;
    padding: 20px;
  }
}

/*# sourceMappingURL=app.css.map */
