@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');

* {
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.titlespan {
background: black;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 4px;
color: white;
 width: 151px;
}

.mainbox {
 box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
font-weight: normal;
 display: box;
 border: 2px black solid;
  padding: 10px;
  height: 300px;
}

.pic {
 background-image: url('https://files.catbox.moe/vsh2gh.png');
  background-size: cover;
background-repeat: no-repeat;
border: 2px black solid;
width: 181px;
height: 220px;
box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
object-fit: cover; 
}

.sidebar {
display: block;
 width: 199px !important;
padding: 7px;
border: 2px black solid;
  float: left;
   box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.box {
 padding: 5px;
border: 2px black solid;
 box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  float: right;
  width: 166px;
  height: 274px;
  overflow: scroll;
  scrollbar-width: none;
text-align: justify;
}

.center {
 margin: 0 auto;
display: grid;
place-items: center;
  justify-content: center;
  text-align: center;
  font-size: 17px;
}

.bodyul {
text-decoration: black solid underline;
}

.bodytext {
text-align: justify;
}

.site-header p, .site-header svg {
color: black;
 font-size: 16px;
}

a {
color: red;
  text-decoration: underline wavy red;
  font-size 16px;
}

.site-header svg {
  stroke-width: 3px;
  transform: scale(0.8);
  padding: 0px !important;
}

.site-header a {
  font-size: 16px;
color: red;
  font-weight: normal !important;
}

.views-count {
  color: black;
  padding-top: 10px;
  font-weight: normal !important;
}

.owner-info, .publish-timestamp, .edit-timestamp, #theme-toggle {
display: none;
}

.site-footer {
display: none;
 font-weight: normal !important;
}

.button, button {
color: black;
background-color: transparent; 
  padding: 0px;
  font-weight: normal !important;
}

.button:hover {
background-color: transparent;
  color: black;
}

.container-base {
 background-color: white;
width: 440px !important;  
  border-radius: 1px;
  color: black;
   border: solid black 2px;
   font-size: 14px !important;
  box-shadow: 0px 0px 7px 9px transparent;
 overflow: hidden;
}


.paste-container {
width: 440px;
min-height: 650px !important;  
    max-width: 600px !important;  
  color: black !important;
}

.site-header {
padding-bottom: 0px;
}

body {
background-color: white;
     height: 100% !important;
  align-items: center; 
  justify-content: center; 
align-items: center !important;
}

.footer-row {
padding-top: 5px;
}

#lH {
  position: absolute;
  width: 30px;
  height: 30px;
  overflow: hidden;
  z-index: 1;
  font-size: 10px;
  text-align:center;
transition: 0.4s ease;
}

#aH {
  position: absolute;
  z-index: 2;
  opacity: 0.00;
}

#lH:hover {
opacity: 0.5;
cursor: pointer;
filter: blur(0.7px) brightness(2) contrast(500%);
}

#aH:hover {
cursor: pointer;
}

.playerbg {
background-color: white;
display: block;
padding-top: 4px;
padding-left: 2.2px;
width: 35px;
color: transparent;
border: 2px solid black;
border-radius: 0px;
height: 30px;
   box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  
}


.playerbg:hover {
cursor: pointer;
}

.text {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 30px;
}

.marquee {
padding-top: px;
height: 30px;
border: 2px solid black;
  background: white;
  white-space: nowrap;
  overflow: hidden;
   color: black;
  width: 166px;
  margin-left: -2px;
  margin-bottom: 5px;
   box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.marquee div {
    height: 30px;
  font-size: 16px;
  display: inline-block;
  padding-left: 100%;
animation: animate 8s linear infinite;
}

@keyframes animate {
  100% {
    transform: translate(-100%, 0);
  }
}

@keyframes scroll-left {
 0%   {
 transform: translateX(0%);         
 }
 100% {
 transform: translateX(-100%); 
 }
}

.parent {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-row-gap: 0px;
 margin-top: 233px;
} 

.all {
margin-left: -10.8px;
}