@font-face {
    font-family: "zilla-slab-bold";
    src: url("../fonts/ZillaSlab-Bold.ttf");
}
html,
body {
    background-color: #1C0901;
    font-family: sans-serif;
    height: 100%;
    margin: auto;
    max-width: 1080px;
}
img {
    height:75%;
}
#page {
    display: flex;
    flex-direction: column;
    height: 100%;
}
#header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 10px 10px 0 10px;
}
#header-right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    height:min-content;
    justify-content: flex-end;
}


.fart-btn {
    align-items: flex-start;
    background: #72280A 0% 0% no-repeat padding-box;
    border-radius: 33px;
    border: 0;
    box-sizing: border-box;
    color: #E0DEBB;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 1.25rem;
    letter-spacing: normal;
    line-height: normal;
    opacity: 1;
    padding:.25em .75em .25em .75em;
    text-decoration: none;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    word-spacing: normal;
}

.fart-btn:hover {
    filter: brightness(.75);
}
#content{
    flex: 1 1 auto;
    margin: 0 20px 10px 20px;
}
