body {
  background-image: linear-gradient(0deg, rgba(45, 49, 63, 0.7), rgba(45, 49, 63, 0.7));
}

@media (max-width: 667px) {
  body {
    background-image: linear-gradient(0deg, rgba(45, 49, 63, 0.7), rgba(45, 49, 63, 0.7)), url("../img/bg_mobile.png");
    background-size: cover;
    background-position-x: center;
  }
}
button {
  width: 130px;
  height: 30px;
  background-color: #0095f6;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-family: helvetica;
}

.logo {
  padding-top: 10vh;
  width: 300px;
}

.insta {
  padding-top: 20vh;
}

@media (max-width: 667px) {
  .logo {
    width: 250px;
  }

  .insta {
    padding-top: 10vh;
  }
}
#insta {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  /* Also define standard property for compatibility */
  -webkit-background-clip-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 70px;
}

footer {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #ccc;
  font-size: 10px;
  width: 900px;
}
footer small {
  font-size: 8px;
}

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