body {
    background-color: black;
    color: #eee;
    font-family: "Iosevka Charon Mono", monospace;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.02em;
    max-width: 90%;
    margin: 40px auto;
    font-weight: 700;
    font-style: normal;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.secondary-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.secondary-header nav {
    width: 100%;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1.5rem;
}

.secondary-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    gap: 1.5rem;
}

.secondary-menu a {
    text-decoration: none;
    color: #eee;
}

.secondary-menu a:hover {
    text-decoration: underline;
}

.menu a {
    text-decoration: none;
    color: #eee;
}

.menu a:hover {
    text-decoration: underline;
}

.hrule {
    color: red;
}
