@import url('https://fonts.googleapis.com/css2?family=DynaPuff:wght@400..700&display=swap');

.parent {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 5px;
}

.scrollbox a {
color: darkred;
font-family: "DynaPuff", system-ui;
  font-optical-sizing: auto;
  font-weight: normal !important;
  font-style: normal;
}

.scrollbox {
line-height: 230%;
font-family
border: dashed black 2px;
height: 240px;
  overflow: hidden;
  scrollbar-width: none;
  padding: 5px;
    font-family: "DynaPuff", system-ui;
  font-optical-sizing: auto;
  font-weight: normal !important;
  font-style: normal;
}

.center {
 margin: 0 auto;
display: grid;
place-items: center;
  justify-content: center;
  text-align: center;
  font-size: 17px;
}

.bodyul {
text-decoration: black solid underline;
}

.bodytext {
text-align: justify;
}

.site-header p, .site-header svg {
color: black;
 font-size: 16px;
}

a {
color: black;
  font-size 16px;
}

.site-header svg {
  stroke-width: 3px;
  transform: scale(0.8);
  padding: 0px !important;
}

.site-header a {
  font-size: 16px;
color: darkred;
  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 {
width: 440px !important;  
  border-radius: 1px;
background-image: linear-gradient(315deg, #f0f0f0, #fff 57%);
  color: black;
   border: solid black 1.5px;
   font-size: 14px !important;
box-shadow: rgba(0, 0, 0, 0.08) 0px -10px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -46px 30px 0px inset, rgba(0, 0, 0, 0.01) 6px -9px 20px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px; overflow: hidden;
}


.paste-container {
width: 430px;
min-height: 650px !important;  
    max-width: 600px !important;  
  color: black !important;
}

.site-header {
padding-bottom: 0px;
}

body {
background-color: #ffffff;
opacity: 1;
background-image:  linear-gradient(135deg, #f8f8f8 25%, transparent 25%), linear-gradient(225deg, #f8f8f8 25%, transparent 25%), linear-gradient(45deg, #f8f8f8 25%, transparent 25%), linear-gradient(315deg, #f8f8f8 25%, #ffffff 25%);
background-position:  7px 0, 7px 0, 0 0, 0 0;
background-size: 7px 7px;
background-repeat: repeat;
height: 100% !important;
  align-items: center; 
  justify-content: center; 
align-items: center !important;
}

.footer-row {
padding-top: 5px;
}
