html {
    background-color: #000;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* overflow: hidden; */

    background-image: url(bg.jpg);
    background-size: cover;
    background-position: center;
}

body {
    color: white;
    max-width: 700px;
    padding: 1rem;
    margin: 0;
    /* overflow-y: auto;
    max-height: 100vh; */
}

/* .site-header {
    width: 25vw;
    aspect-ratio: 1;
    background-image: url(visual-black.jpg);
    background-size: cover;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
} */

nav {
    position: fixed;
    top: 1rem;
}

.intro {
    margin-bottom: 2rem;
}

.alignments-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.alignments-list h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    letter-spacing: 0.08em;
}

.alignments-list .alignment {
}

.alignments-list .alignment h3 {
    font-size: 1.35rem;
}

.alignments-list .alignment .meta {
    font-size: 0.875rem;
}

.alignments-list .alignment p {
    line-height: 1.45;
}

.alignments-list .alignment p:last-child {
    margin-bottom: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
