#jerk {
  animation: jerk 1.5s step-end infinite;
  display: flex;
  justify-content: center;
  }
 
@keyframes jerk {
 
0% {
 transform: rotate(-2deg);
 }
 50% {
 transform: rotate(0deg);
 }
}
body {
background-color: #ced3d5;
    text-align: center;
}
.container-base {
  background-color: #ced3d5;
  word-spacing: 10px;
}
}  
 .owner-info { display: none; }
.publish-timestamp { display: none !important; }
.edit-timestamp { display: none !important; }
.views-count { display: none; }

@font-face {
src: url(https://files.catbox.moe/xoquxb.otf);
font-family: dk;
}
 
*, a {
    font-family: dk;
}
.text-container {
width: 850px;
height: 800px;
overflow: hidden;
}
.edit {
display: none;
}