 @import url('https://fonts.googleapis.com/css2?family=Just+Me+Again+Down+Here&display=swap');


.text-container {
  width: 600px;
  margin: auto;
background-color: white;
}

body {
  background-color: ;
}

.main a {
  color: #1B1E24;
  text-decoration: ;
  font-family: "Just Me Again Down Here";
  font-size: 1.4em;
}
.main {
  text-align: center;
} 
 #jerk {
        animation: jerk 1.5s step-end infinite;
          display: flex;
    justify-content: center;
    }
    
    @keyframes jerk {
 
0% {
 transform: rotate(-2deg);
 }
 50% {
 transform: rotate(0deg);
 }
}