LIVE STREAM

THE SHOW WILL GO LIVE MAY 14TH AT 3PM EST

GO STRAIGHT TO YOUTUBE: LINK

DONATE NOW!. All Proceeds go to the band


<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.cdnfonts.com/css/playbill" rel="stylesheet">
<style>
body {
  background:#f2e3c6;
  display:flex;
  justify-content:center;
  align-items:center;
  height:100vh;
}

.title {
  font-family:"Playbill", serif;
  font-size:120px;
  color:#5a3b1e;
  letter-spacing:3px;
  animation: spin 4s linear infinite;
  transform-origin: center;
}

@keyframes spin {
  from {transform: rotateY(0deg);}
  to {transform: rotateY(360deg);}
}
</style>
</head>

<body>
<div class="title">FOUR SQUARE</div>
</body>
</html>