@font-face {
  font-family: nightmare;
  src: url(https://files.catbox.moe/l6258i.otf);
}
body {
  background-color:black;
    color:white;
}
.container-base {
  background:black;
color:white;
  font-family:arial;
  font-size:15px;
}
.paste-container {
  width:500px;
  height:100%;
    margin:auto;
}
a {
  color:black;
}
.hae {
    width: 100%;
    color: #453F55;
    overflow: auto;
    -webkit-transform: rotate(0deg);
    position: relative;
    overflow: hidden;
}

.hae:hover .img0 {
    height: 0%;
}
.img0 {
    border-radius:10px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.8s;
    -moz-transition: 1.8s;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}
 #id1 {
     border-radius:10px;
    width:100%;
   height:210px;
    background: white;
   color:black;
    text-align: center;
   padding-left:20px;
   padding-right:20px;
}
.button, button {
color: white;
background-color: black; 
text-transform: lowercase;
font-family:arial;
  font-size:15px;
  text-decoration:none !important;
  
}
.publish-timestamp { display: none !important; }
.edit-timestamp { display: none !important; }
.site-footer  { display: none !important; }
#theme-toggle  { display: none !important; }
.views-count { 
  font-family:arial !important;
  text-transform:lowercase;
  color:white;
  font-size:15px;
}
.owner-info { 
  font-family:arial !important;
  text-transform:lowercase;
  color:white;
  font-size:15px;
}
.site-header p, .site-header svg {
color: white;
 font-size: 15px;
  font-family:arial;
  text-transform:lowercase;
}