.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
body{
  margin:0px;
  height:100vh;
  font-family:"Fredoka One",sans-serif;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#111;
}
.text-animation {
  position:relative;
  font-size:80px;
  font-weight:600;
  color:#eee;
  width:100vw;
  height:200px;
  text-align:center;
  line-height:200px;
  overflow:hidden;
}
.text-animation span {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  opacity:0;
  text-transform:uppercase;
  letter-spacing:5px;
}
