@font-face {
src: url(https://file.garden/ZrLLRAe5uhVjd-j9/LibertinusSerif-Regular.ttf);
  font-family: Libertinus Serif;
}

* {
    font-family: Libertinus Serif;
  color: #000;
}

main {
  background-color: white !important;
}
body {
    background-color: white !important;
}
  

#sat:hover {
  filter: grayscale(100%);
  transition: 0.5s;
}

.text-container {
  width: 500px;
  margin: auto;
  position: relative;
  text-align: justify;
  margin: auto;
  background-color: white;
}

p {
  font-size: 16px !important;
  text-align: justify;
   font-family: 'Libertinus Serif', serif;
  text-decoration-line: none;
  text-decoration-color: #000;
    color: #000;
}

.button,
.button:hover {
  background: var(--background);
  color: var(--color);
}
a {
  color: black;
}
.publish-timestamp,
.edit-timestamp,
.site-footer {
  display: none;
}
mark {
text-decoration: line-through;
text-decoration-color: #fff8b54f;
text-decoration-thickness: 8px;
background-color: #ffffff;
padding: 0px;
border-radius: 0px;
font-family: Libertinus Serif;
color: #000000;
}