@font-face {
  font-family: frenchie;
  src: url(https://files.catbox.moe/dnl0fr.ttf);
}
body {
  background-color:black;
  text-align:justify;
  color:white;
}
.container-base {
  background:black;
color:white;
  font-family:arial;
  font-size:16px !important;
  overflow:hidden;
}
.paste-container {
  margin:auto;
  width:500px;
}

 a {
  color:white;
   text-decoration:underline;
}
.flex-container {
  display: flex; 
  gap: 20px; 
}

.item {
  flex: 1; 
  border: 1px solid white;
  padding:10px;
  display:grid;
  justify-content:center;
  align-items:center;
}
.box1 {
  border: 1px solid white;
  padding:20px;
}
#lH {
border:1px solid white;
  padding:10px;
  width:100%;
z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

#aH {
position: absolute;
z-index: 2;
  opacity: 0.00;
}
.center1 {
  text-align:center;
}
.button, button {
color: white;
  background-color:black;
text-transform: lowercase;
font-family:arial !important;
  font-size:16px;
}
.publish-timestamp { display: none !important; }
.edit-timestamp { display: none !important; }
.views-count { 
  font-family:arial !important;
  color:white;
  text-transform:lowercase;
  font-size:16px;
}
.site-footer  { display: none !important; }
#theme-toggle  { display: none !important; }
.owner-info { 
  font-family:arial !important;
  text-transform:lowercase;
  color:white;
  font-size:16px;
}
.site-header p, .site-header svg {
color: white;
 font-size: 16px;
  font-family:arial;
  text-transform:lowercase;
}