
.floatright
{
float: left;
width: 160px;
margin-right: 10px;
}


p { margin-top: 0; }

.waviy {
  position: relative;
}
.waviy span {
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: #000000;
  animation: flip 7s infinite;
  animation-delay: calc(.2s * var(--i))
}
@keyframes flip {
  0%,80% {
    transform: rotateY(360deg) 
  }
}

footer {
display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
