@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;
}

.site-header p, .site-header svg {
color: black;
 font-size: 16px;
}

a {
color: blue;
  font-size 16px;
}

.site-header svg {
  stroke-width: 3px;
  transform: scale(0.8);
  padding: 0px !important;
}

.site-header a {
  font-size: 16px;
color: blue;
  font-weight: normal !important;
}

.views-count {
  color: black;
  padding-top: 10px;
  font-weight: normal !important;
    font-size: 16px;
}

.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;
}

.button:hover {
background-color: transparent;
  color: black;
}

.container-base {
background-color: white;
border-radius: 1px;
color: black;
border: solid black 1.5px;
font-size: 14px !important;
box-shadow: 0px 0px 7px 9px transparent;
overflow: hidden;
border: solid #1e66d9 2px;
padding: 8px;
padding-left: 0px;
 padding-right: 0px;
 width: 475px;
}


.paste-container {
 width: 475px;
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;
   animation: 1.5s fadeInUp ease-out;
}

.footer-row {
padding-top: 5px;
}

.imagewtitle {
diplay: block;
background-image: url("https://i.postimg.cc/Cxm3ZsVM/tumblr-25eb6392830fe5a1cae267ec800a7420-2392c675-540.gif");
height: 440px;
width: 440px;
background-position: 55% 10%;
background-repeat: no-repeat;
background-size:cover;
}

.imgtxt {
margin-top: 360px;
margin-left: 320px;
font-size: 70px; color: white;
-webkit-text-stroke: 2px black; 
}

.all {
display: block;
background-color: white;
padding-top: 6px; 
padding-left: 20px;
padding-right: 20px;
width: 455px;
 border: solid #1e66d9 2px;
}

.scrollbox {
display: block;
background-color: white;
margin-top: 5px;
margin-bottom: 5px;
width: 440px;
 height: 80px;
overflow: scroll;
 border: solid #1e66d9 2px;
 text-align: justify;
  padding: 1px;
}

#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 #1e66d9 ;
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 #1e66d9 ;
background: white;
white-space: nowrap;
overflow: hidden;
color: black;
max-width: 205px;
min-width: 423px;
display: inline-block;
margin-left: -7px;
}

.marquee div {
height: 30px;
font-size: 16px;
display: inline-block;
padding-left: 100%;
animation: animate 7.5s linear infinite;
}

@keyframes animate {
  100% {
    transform: translate(-100%, 0);
  }
}

@keyframes scroll-left {
 0%   {
 transform: translateX(0%);         
 }
 100% {
 transform: translateX(-100%); 
 }
}

.player {
display: block;
}

@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}