*, html, body {
  margin: 0;
  padding: 0;
}



.main {
  background-image: url(assets/Colorado-cityline.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main .message {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  color: #ffffff;
  background: #00000088;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  -webkit-filter: drop-shadow(0 0 10px #00000077);
          filter: drop-shadow(0 0 10px #00000077);
  padding: 3rem;
  text-align: center;
  width: 90%;
  max-width: 600px;
}

.main .message img {
  max-width: 130px;
  -webkit-filter: drop-shadow(0 0 10px #ffffff66);
          filter: drop-shadow(0 0 10px #ffffff66);
}

.main .message h1 {
  -webkit-filter: hue-rotate(30deg);
          filter: hue-rotate(30deg);
}
/*# sourceMappingURL=style.css.map */