.hoverbox {
opacity: 0;
height: 25px;
width: 400px;
display: flex;
background-color: white;
box-shadow: white 0px 1px 1px, white 0px 0px 1px 1px;
transition: 0.3s ease-in-out;
  padding-bottom: 20px;
  font-family: verdana;
  font-size: 16px;
  border: dashed black 1.5px;
}

.container-base:hover .hoverbox {
height: 255px;
opacity: 1;
}

.hoverbox a {
color: blue;
}

.container-base:hover, .hoverbox img {
opacity: 1;
}

.container-base {
height: 300px;
width: 440px !important;  
  border-radius: 1px;
background-image: url('https://files.catbox.moe/abfx2r.gif');
background-repeat: no-repeat;
background-size: cover;
  color: black;
   border: solid white 1.5px;
   font-size: 14px !important;
overflow: hidden;
}


.paste-container {
width: 440px;
min-height: 650px !important;  
    max-width: 600px !important;  
  color: white !important;
}

body {
height: 100% !important;
align-items: center; 
justify-content: center; 
align-items: center !important;
background-color: #0c0c0c;
opacity: 1;
background-image:  linear-gradient(135deg, #000000 25%, transparent 25%), linear-gradient(225deg, #000000 25%, transparent 25%), linear-gradient(45deg, #000000 25%, transparent 25%), linear-gradient(315deg, #000000 25%, #0c0c0c 25%);
background-position:  10px 0, 10px 0, 0 0, 0 0;
background-size: 10px 10px;
background-repeat: repeat;
}

.publish-timestamp, .edit-timestamp, #theme-toggle {
display: none;
}

.site-header svg {
transform: scale(0.8);
}

.site-footer {
display: none;
}

.site-header a {
text-decoration: white underline dashed;
  color: white;
}

.site-header p {
  color: white;
}

.site-header svg {
color: white;
}

.button, button {
background-color: transparent;
 color: white;
 padding: 0px;
}

.button:hover {
background-color: rgba(255, 255, 255, 0.2);
color: white;
}

body a {
text-decoration: white underline dashed;
color: white;
}