@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');

* {
  font-family: "Patrick Hand", cursive;
  font-size: 17px;
  scrollbar-width: none;
}

.bodyul {
text-decoration: black solid underline;
}

.bodytext {
background-color: white;
height: 40px;
width: 370px;
box-shadow: 0px 0px 8px 10px rgba(255,255,255,1);
transition: 0.18s ease-in;
 opacity: 0;
  padding: 5px;
  margin-top: 50px;
}

.bodytxtspan {
height: 205px;
overflow: scroll;
}

.container-base:hover .bodytext{
opacity: 1;
height: 225px;
}

.site-header p, .site-header svg {
color: black;
 font-size: 16px;
}

a {
color: #946301;
 text-decoration: solid underline #946301;
  font-size 16px;
}

.site-header svg {
  stroke-width: 3px;
  transform: scale(0.8);
  padding: 0px !important;
}

.site-header a {
  font-size: 16px;
color: black;
  font-weight: normal !important;
  text-decoration: underline wavy black;
}

.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://file.garden/Znt7-7-zy2Zk1DLW/1920px-Marcus_Pettersson_2018-12-14_3.jpg');
 background-size: cover;
  min-height: 375px !important;  
width: 410px !important;  
  border-radius: 1px;
  color: black;
border: solid black 1.5px;
font-size: 14px !important;
 overflow: hidden;
  height: 100%;
}


.paste-container {
width: 410px;
min-height: 650px !important;  
    max-width: 600px !important;  
  color: black !important;
}

.site-header {
padding-bottom: 0px;
}

body {
background-color: #e8e6da;
height: 100% !important;
align-items: center; 
justify-content: center; 
align-items: center !important;
}


.footer-row {
padding-top: 5px;
}
