* {
    font-family: "EB Garamond", serif;
  color: #000;
}

main {
  background-color: white !important;
}
body {
    background-color: white !important;
}
.text-container {
  width: 500px;
  margin: auto;
  position: relative;
  text-align: justify;
  margin: auto;
  background-color: white;
}

p {
  font-size: 14px !important;
  text-align: justify;
   font-family: "EB Garamond", serif;
  text-decoration-line: none;
  text-decoration-color: #000;
    color: #000;
  font-weight: 400 !important;
}
.bg {
  background-color: white;
}

.button,
.button:hover {
  background: var(--background);
  color: var(--color);
}
a {
  color: black;
}
.publish-timestamp,
.edit-timestamp,
.site-footer {
  display: none;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
u {
  text-decoration: underline;
}