@font-face {
font-family: micro;
src: url(https://file.garden/Znt7-7-zy2Zk1DLW/arialnarrow.ttf);
}

* {
font-family: micro; 
  scrollbar-width: none;
}

.center {
 margin: 0 auto;
display: grid;
place-items: center;
  justify-content: center;
  text-align: center;
  font-size: 17px;
}

.container-base {
width: 350px;
background-color: white;
border: solid black 2px;
overflow: hidden;
  color: black;
}


.paste-container {
width: 350px;
}

.site-header p, .site-header svg {
color: black;
 font-size: 16px;
}

a {
color: 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;
    font-size: 16px;
}

body {
background-color: white;
height: 100% !important;
  align-items: center; 
  justify-content: center; 
align-items: center !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;
    font-size: 16px;
}


.textbox {
display: block;
width: 301.6px;
max-height: 220px;
min-height: 220px;
overflow: scroll;
border: 2px black solid;
 padding: 5px;
  text-align: justify; 
 border-radius: 0px 0px 8px 8px;
}


.player {
display: block;
margin-left: 3px;
margin-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.8px) brightness(2.4) contrast(500%);
}

#aH:hover {
cursor: pointer;
}

.playerbg {
background-color: white;
display: inline-block;
padding-top: 4px;
padding-left: 1px;
width: 35px;
color: transparent;
border: 2px solid black;
border-radius: 0px;
height: 30px;
}


.playerbg:hover {
cursor: pointer;
}

.text {
overflow-x: hidden;
overflow-y: hidden;
padding-top: 30px;
}

.marquee {
padding-top: 2px;
height: 30px;
border: 2px solid black;
background: white;
white-space: nowrap;
overflow: hidden;
color: black;
max-width: 200px;
min-width: 268px;
display: inline-block;
margin-left: -7px;
}

.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%); 
 }
}