.textbox {
   text-align: justify;
    opacity: 100%;
    background-color: white;
    position: absolute;
    scrollbar-width: none;
    transition: 300ms ease;
    display: block;
    width: 200px;
    height: 50px;
    color: black;
    transition: 400ms ease-in-out;
    padding: 8px;
    overflow: scroll;
     z-index: 90;
    margin-left: 117px;
    margin-top: 36px;
  font-size: 16px !important;
  font-weight: normal !important;
}

.name {
 text-decoration: underline wavy black 0.1px;
font-weight: normal;
  font-size: 16px;
}

b {
font-size: 16px;
}

*, a {
font-family: arial;
}

a {
color: red;
font-weight: normal !important;
}

p {
font-weight: normal !important;
}

.site-header p, .site-header svg {
color: black;
}

.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;
}

.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;
}

.button:hover {
background-color: transparent;
  color: black;
}

.container-base {
background-image: url("https://files.catbox.moe/k2hy4c.png");
  background-size: cover;
height: 400px !important;  
width: 400px !important;  
  border-radius: 1px;
  color: #F2F5EA;
   border: solid black 1.5px;
   font-size: 14px;
   font-size: 20px !important;
  box-shadow: 0px 0px 7px 9px transparent;
 overflow: hidden;
}


.paste-container {
width: 400px;
}

.site-header {
padding-bottom: 0px;
}

body {
background-color: white;
     height: 100% !important;
  align-items: center; 
  justify-content: center; 
align-items: center !important;
}

.footer-row {
padding-top: 5px;
}
