@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;
}
  


.text-container {
  width: 490px;
  padding: 30px !important;
  margin: auto;
  text-align: center;
  background-color: white;
  overflow: auto;
}

p {
  font-size: 14px !important;
  text-align: justify;
   font-family: 'Libertinus Serif', serif;
  text-decoration-line: none;
  text-decoration-color: #000;
    color: #000;
}
.bg {
  background-color: white;
}

.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;
}
.logan_roses {
float: right;
  margin-left: 20px;
  margin-top:10px;
  
}
.logan1 {
float:left;
  margin-right: 20px;
}
 br {
    display: block;
    margin-bottom: 1px; 
  }