@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.center {
 margin: 0 auto;
display: grid;
place-items: center;
  justify-content: center;
  text-align: center;
  font-size: 17px;
}

.bg {
  font-size: 15px !important;
 font-family: "Inter", sans-serif;
 font-optical-sizing: auto;
 font-weight: normal;
 font-style: normal;
background: black;
color: white;
 padding-left: 2px;
 padding-right: 2px;
padding-top: 1px;
padding-bottom: 1px;
 font-size: 16px;
}

.bodyul {
text-decoration: black solid underline;
 font-size: 15px !important;
 font-family: "Inter", sans-serif;
 font-optical-sizing: auto;
 font-weight: normal;
 font-style: normal;
}

.bodytext {
  font-size: 15px !important;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
text-align: justify;
height: 400px !important;
overflow: scroll;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 10px;
 padding-bottom: 10px;
  scrollbar-width: none;
}

.site-header p, .site-header svg {
color: black;
 font-size: 16px;
}

a {
 font-size: 15px !important;
 font-family: "Inter", sans-serif;
 font-optical-sizing: auto;
color: blue;
  font-size 16px;
}

.site-header svg {
  stroke-width: 3px;
  transform: scale(0.8);
  padding: 0px !important;
}

.site-header p {
 font-size: 15px !important;
 font-family: "Inter", sans-serif;
 font-optical-sizing: auto;
 font-weight: normal;
}

.site-header a {
   font-size: 15px !important;
 font-family: "Inter", sans-serif;
 font-optical-sizing: auto;
  font-size: 16px;
color: blue;
  font-weight: normal !important;
}

.views-count {
  font-size: 16px;
  color: black;
  font-weight: normal !important;
  padding-top: 2px;
}

.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;
  padding-top: 3px !important;
  font-weight: normal !important;
}

.button:hover {
background-color: transparent;
  color: black;
}

.container-base {
padding: 0px !Important;
  padding-bottom: -5px !Important;
  border-radius: 10px;
  color: black;
   font-size: 14px !important;
  box-shadow: 0px 0px 4px 3px black;
 overflow: hidden !important;
  background-color: white !Important;
 max-height: 400px !Important;
    width: 530px;
}


.paste-container {
      width: 530px;
  color: black !important;
}

.site-header {
padding-bottom: 0px;
}

body {
background-color: #e8e8e8;
     height: 100% !important;
  align-items: center; 
  justify-content: center; 
align-items: center !important;
}
