@import url("https://fonts.googleapis.com/css?family=Righteous");

@keyframes colorFlip {
  0% {
    color: #fafafa;
  }
  49% {
    color: #fafafa;
  }
  50% {
    color: #f02544;
  }
  100% {
    color: #f02544;
  }
}

@keyframes colorFlipInverse {
  0% {
    color: #2e2e2e;
  }
  49% {
    color: #f02544;
  }
  50% {
    color: #fafafa;
  }
  100% {
    color: #fafafa;
  }
}
.love {
  color: #2e2e2e;
  animation-delay: 3s;
  animation: colorFlipInverse 3.5s infinite;
  /* text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 70px;
  color: white;
  background: url(assets/images/bg-gif.gif) center center no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  vertical-align: bottom;
  background-size: cover;
  margin: 0px;
  color: transparent; */
}
@media (max-width: 767px) {
  .love {
    font-size: 70px;
  }
}
