.buttonred{background-color:#BE322C;color:#fff;
  display:inline-flex;padding:0.5rem 1.5rem;
  text-transform:uppercase;border:1px solid #0077b8;
  border-radius:1.5rem;font-size:0.9rem;align-items:center;user-select:none}
  .buttonred:hover,.button:focus{background-color:#003552;color:#fff;border:1px solid #003552}
  .button_translucent{background-color:rgba(0,119,184,0.15);color:#0077b8;border:1px solid transparent}


  :root {
    --bg-color_fake: brown;
    --bg-color: #e3eaa7;
  }

.post_content {background-color: var(--bg-color)}
.excerpt {background-color: var(--bg-color)}
