* {
  font-family: 'Zilla Slab', serif;
}

p.title {
  font-size: 175px;
 
}

.is-light {
  font-size: 28px;
  font-family:'Splash', cursive;
  font-weight: 250;

}
#headline {
  font-family: 'Splash', cursive;
}

  body {
    background-image:url('./assets/cover.webp');
    background-size: cover;
  }

  .glow {
    font-size: 80px;
    color: #fff;
    text-align: center;
    animation: glow 1s ease-in-out infinite alternate;
  }
  
  @keyframes glow {
    from {
      text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    }
    
    to {
      text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }
  }

  .btn1 {
    color:#ff4da6;
    border-radius:10px;
    font-size: 10px;
    background-color: whitesmoke;
  }

.is-large-text-centered {
  border-radius: 5px;
}

.footer {
  border-radius: 5px;
}