* {
  font-family: "Playfair Display";
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  color: #F2F2F2;
  background-color: #1C1C1D;
  text-align: center;
}

footer {
  width: 100%;
  bottom: 0;
  background-color: #262626;
  position: fixed;
}

hr {
  border-top: 2px solid #F2F2F2;
  margin-top: 20px;
  margin-bottom: 20px;
}

h1 {
  font-weight: 300;
}

input[type=email] {
  border: 2px;
  background-color: #F2F2F2;
  color: #1C1C1D;
}

button {
  border-color: #F2505D;
  color: #F2695C;
  background-image: url("../img/btn-bg.jpg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  transition: 0.6s;
}
button:hover {
  ease: 0.3s;
  background-color: #F2505D;
  border-color: #F2505D;
  color: #F2F2F2;
}
button:hover {
  background-size: 110%;
  filter: grayscale(0%);
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/btn-bg.jpg");
}

a {
  color: #F2F2F2;
  text-decoration: none;
  transition: 0.4s;
}

.newsletter {
  margin-bottom: 50px;
}

img {
  transform: rotate(90deg);
  max-width: 30%;
}

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