main {
 margin: auto;
 width: 650px;
 -ms-overflow-style: none;
  scrollbar-width: none;
}

body {
 background: url(https://i.postimg.cc/W1fpCsP7/s.gif); 
 background-size: 100%;
}

.text-container {
  background: rgba(255, 255, 255, 0.85);
 border-radius: 0px;
*, a {
   color: black;
  text-align: center;
  }
  border: 5px solid transparent;
  border-image: linear-gradient(to bottom right, #d4a4eb 0%, #9ec9f7 25%, #ddf5b0 50%, #f5e2b0 75%, #f5b8d8 100%);
  border-image-slice: 1;
  text-align: center;
}

main {
 margin: auto;
 width: 500px;
}

.button, .button:hover {
 background: none;
 color: var(--color);
}

*, a {
 color: var(--color);
 font-family: gothic;
}

@font-face {
src: url(https://files.catbox.moe/nh1ity.ttf);
font-family: gothic;
}

*, a {
   color: black;
  font-size: 17px;
  }

a {
 text-decoration: underline;
 text-decoration-style: double;
}

#jerk {
animation: jerk 1.5s step-end infinite;
display: flex;
justify-content: center;
  }
 
@keyframes jerk {
 
0% {
 transform: rotate(-2deg);
 }
 50% {
 transform: rotate(0deg);
 }
}

#box1 {
 padding: 8px;
 border: 3px solid transparent;
  border-image: linear-gradient(to bottom right, #d4a4eb 0%, #9ec9f7 25%, #ddf5b0 50%, #f5e2b0 75%, #f5b8d8 100%);
  border-image-slice: 1;
  width: 300px;
  height: 300px;
  overflow: auto;
  text-align: justify;
}

#box2 {
 padding: 8px;
 border: 3px solid transparent;
  border-image: linear-gradient(to bottom right, #d4a4eb 0%, #9ec9f7 25%, #ddf5b0 50%, #f5e2b0 75%, #f5b8d8 100%);
  border-image-slice: 1;
  width: 300px;
  height: 300px;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: auto;
  text-align: justify;
}

::-webkit-scrollbar {
  display: none;
}

.site-footer, .paste-info {
 display: none; 
}