/*these are the colors for the paste*/

:root {
--bodylinkcolor: black;
--bodytextcolor: black;
--bodybackgroundcolor: linear-gradient(161.15deg, #DAEAD9 12.73%, #C4E0C6 72.95%);
--pastebackgroundcolor: white;
 --bordercolor: black;
--pastelinkcolor: black;
--pastetextcolor: black;
--linkhovercolor: grey;
}

/*you don’t need to tinker around with anything here but feel free to go ahead if you’d like ^_^*/


*, a {
font-family: arial;
scrollbar-width: none;
}

a {
color: var(--pastelinkcolor);
    font-size: 17px;
}

    ::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.bottomlinks {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 165px; 
  max-width: 600px; 
  margin: 0 auto;
}

.bottomlinks a {
font-weight: normal;
text-decoration: solid var(--pastelinkcolor) underline;
 font-size: 17px;
 padding-top: 5px;
transition: color 0.15s ease-in-out;
}

.bottomlinks a:hover {
color: var(--linkhovercolor);
}



.footer-row {
margin-top: 6px !important;
}


.center {
 margin: 0 auto;
display: grid;
place-items: center;
  justify-content: center;
  text-align: center;
  font-size: 17px;
}

.container-base {
  color: var(--pastetextcolor);
background-color: var(--pastebackgroundcolor) !important;
border: double var(--bordercolor) 7px;
margin: auto !important;
   box-sizing: border-box;
padding: 10px !important;
  overflow: hidden;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 0px !important;
  font-weight: normal !important;

}

.owner-info, .publish-timestamp, .edit-timestamp, .views-count {
display: none;
}

.site-footer hr, p, a {
justify-content: space-evenly !important;
}

#icon-sun, #icon-moon, svg, #theme-toggle {
display: none;
}


.paste-container {
width: 550px;
}

.site-footer {
 transform: translate(33px, -40px);
  display: grid;
grid-template-columns: repeat(7, 1fr);
grid-template-rows: 1fr; 
border: 7px double var(--bordercolor);
padding: 4px;
 padding-left: 20px;
  padding-right: 20px;
background-color: var(--pastebackgroundcolor);
 width: 485px;
justify-content: space-evenly !important;
color: transparent;
}

body {
color: var(--bodytextcolor);
  height: 100%; 
  margin: 0;
  align-items: center; 
  justify-content: center; 
align-items: center !important;
background-image: var(--bodybackgroundcolor);
display: flex;
}

.header {
border: double var(--bordercolor) 7px;
 height: 165px;
width: 516px;
object-fit: cover; 
margin: 0 auto;
 display: grid;
place-items: center;
justify-content: center;
margin-bottom: 5.5px;
}

.wrapwrap {
position: relative;
display: block;
place-self: center;
align-items: center;
padding-bottom: 7px;
  padding-top: 2px;
}

.wrapped {
position: relative;
display: flex;
place-self: center;
align-items: center;
margin: 0px auto 0px auto; 
}

.txt {
display: block;
text-align: justify;
place-self: right;
position: relative;
max-width: 420px;
height: 210px;
overflow: scroll;
margin-right: 10px;
border: double var(--bordercolor) 7px;
padding: 10px;
padding-top: 5px;
  font-size: 16px;
  font-weight: normal !important;
}

.txt2 {
display: block;
text-align: justify;
place-self: right;
position: relative;
height: 120px;
overflow: scroll;
border: double var(--bordercolor) 7px;
padding: 10px;
 font-size: 16px;
padding-top: 5px;
  margin-bottom: 5px;
  font-weight: normal !important;
}


.pic {
border: double 6px var(--bordercolor);
 width: 210px;
  height: 210px;
  object-fit: cover; 

}

footer hr, footer p {
    display: none !important;
}

.footernav .item::before {
    content: "" !important;
    display: none !important;
}

.site-footer a {
font-weight: normal !important;
  justify-content: space-evenly !important;  
}

 button, .button {
  border-radius: 0px !important;
 color: var(--pastelinkcolor);
 position: relative;
display: flex;
align-items: center;
justify-content: center;
 background: var(--pastebackgroundcolor);
 height: 2.5rem !important;
 font-size: 16px !important;
border: double 7px var(--bordercolor);
border-radius 0px !important;
padding: 9px;
font-weight: normal !important;
 }

.button:hover {
background-color: var(--pastebackgroundcolor) !important;
  border-radius 0px !important;

}


.site-header p {
color: var(--bodytextcolor);
  font-size: 16px;
  font-weight: normal !important; 
}

.site-header svg {
display: none !important;
}

.site-header a {
color: var(--bodylinkcolor);
  font-size: 16px;
}
