.parag {
  line-height: 170%;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    position: absolute;
    top: 50px;
    left: 38px;
   background-color: rgba(255, 255, 255, 0.5) ;
    scrollbar-width: none;
    display: block;
    width: 235px;
    height: 45px;
    color: black;
  border: black double 4px;
  border-radius: 20px 20px 20px 20px;
    padding: 5px;
    overflow: auto;
    font-family: Verdana;
  font-size: 16px;
  font-weight: normal;
  transition: 350ms ease-in-out;

}
.parag:hover {
    border-radius: 10px 10px 10px 10px;
 background-color:rgba(255, 255, 255, 0.9);
width: 235px;
  height: 190px;
transition: 400ms ease-in-out;
}

.parag a {
 font-family: Verdana;
  font-weight: bold;
font-size: 16px;
color: #839c39;
}

.paste-container {
    width: 700px !Important;
   height: 500px !important;
 border-radius: 0px !important;
  position: relative;
  padding-left: 0;
  padding-right: 0;
    height: 100% !important;
padding-bottom: 10px !important;
}



.container-base {
  border-radius: 0px !important; 
box-shadow: 0px 0px 5px 5px rgba(0,0,0,1) inset;
  width: 700px !Important;
   height: 500px !important;
background-image: url('https://files.catbox.moe/2hnxp9.webp') !important;
 background-size: cover;
background-repeat: no-repeat;
}

body {
    animation: move 10s linear infinite;
    background-image: linear-gradient(45deg, black 30%, #121212 30%, #121212 50%, black 50%, black 80%, #121212 80%, #121212 100%);
    animation: move 17s linear infinite;
    background-size: 15px 15px, 100%;
    background-attachment: fixed;   height: 100% !important;
  align-items: center; 
  justify-content: center; 
align-items: center !important;
}

@keyframes move {
  0% {
    background-position: 0 0, bottom;
  }
100% {
    background-position: -200px 5px, right;
}
}

#theme-toggle, .site-footer, .publish-timestamp, .edit-timestamp {
display: none;
}

svg {
display: none !important;
}

.owner-info, .views-count {
color: white;
}

.owner-info a {
color: #a4cb3c;
}

.button, button {
background-color: black;
  color: white;
}

.button:hover {
background-color: black;
  color: white;
}

.bg {
 font-weight: bold;
  font-family: Verdana;
background: black;
color: white;
 padding-left: 2px;
 padding-right: 2px;
padding-top: 1px;
padding-bottom: 1px;
    font-size: 16px;
}

.site-header p {
color: white;
}

.site-header a {
color: #a4cb3c
}