.site-header p, .site-header svg {
color: black;
}
.button, button {
color: black;
background-color: transparent; 
  padding: 0px;
  font-weight: normal !important;
}
.site-header svg {
  stroke-width: 0px;
  transform: scale(1);
  padding: 0px !important;
}
.site-header a {
  font-size: 16px;
color: black;
  font-weight: normal !important;
}
.views-count {
  color: black;
  padding-top: 10px;
  font-weight: normal !important;
}
.owner-info, .publish-timestamp, .edit-timestamp {
display: none;
}
.site-footer {
display: none;
 font-weight: normal !important;
}
.button:hover {
background-color: transparent;
  color: black;
}
@font-face { 
 font-family: signatura;
src:url(https://file.garden/aSKpFQYbVRUe1n26/Signatura%20Monoline.ttf);
}

/* general stuff */

/* cursor */
* {
  cursor: var(--cursor), auto;
}

/* selection colors */
::selection {
  color: white;
  background-color: var(--scroll-text);
}

/* background image */
body {
  background: var(--background);
  transition: 0.7s ease;
}

/* making the paste info things closer together... idk how to explain it */
main {
  max-width: 700px;
  margin: auto;
}

/* hiding content box */
.text-container {
  background-color: transparent;
}

/* button borders */
button, .button {
  border: solid 2px var(--scroll-border);
  border-radius: 15px;
}




/* light & dark mode stuff */

/* light mode variables */

:root[data-theme="light"]{
background-image:url("https://file.garden/aSKpFQYbVRUe1n26/Comp%201ZAKRUOLIGHT.gif");
background-repeat: no-repeat;
background-color: black;
background-attachment: fixed;
align-items: center; 
justify-content: center; 
align-items: center !important;
height: 100vh;
margin: 0;
background-size: cover;}


/* dark mode variables */

:root[data-theme="dark"]{
background-image:url("https://file.garden/aSKpFQYbVRUe1n26/Comp%201.gif");
background-repeat: no-repeat;
background-color: black;
background-attachment: fixed;
align-items: center; 
justify-content: center; 
align-items: center !important;
height: 100vh;
margin: 0;
background-size: cover;
}
.paste-info, .edit, .publish-timestamp, .edit-timestamp, .owner-info, .view {
display: none !important;
  }

.zakuro img {
 position: absolute;
 height: 30.1%;
 width: %;
top: 65%;
right: 81.7%;
}
  
body {
    cursor: url(https://file.garden/aSKpFQYbVRUe1n26/cursormew.cur), auto !important;
}  

.container p{
color: #fff;
font-family: "signatura";
font-size: 1em;
translate: 9rem -7rem;
text-align: center;
}