body {
    background-color: #000;
    color: #aaa; /* #ccc */
    font-family: monospace;
}

body.home {
    background-image: url("/imgs/frekler-bg.png");
    background-repeat: no-repeat;
    background-size: auto;
    /* mix-blend-mode: difference; */
}

.no-ul {
    color: #d5d5d5; /* #ebebeb; */
    text-decoration: none;
}

.no-ul.home {
    color: #aaa;
}

a {
    color: #aaa; /* 6699ff */
}

h1, h2, h3, h4 {
    font-size: medium;
    font-weight: normal;
    color: #d5d5d5; /* ebebeb */
}

h1 {
    margin-top: 1.5em;
}

body.home h1 {
        color: #aaa;
}

hr {
  border: none;
  border-top: 1.5px solid #555555;
  color: #555555;
  overflow: visible;
  text-align: center;
  height: 5px;
  width: 100%;
}

.no-emoji {
  font-family: monospace !important;
  color: currentColor;
  -webkit-text-fill-color: currentColor;
}

.no-wrap {
    white-space: nowrap;
}

strong {
    color: #d5d5d5;
    font-weight: normal;
}

.ll, .ll a {
    color: #555555;
}

.hl {
    color: #d5d5d5;
}

.gallery {
    max-width: 100%;
}