html {
    color: white;
    background-color: black;
}

body {
    display: flex;
    flex-direction: column;
}

h1, h2, h3 {
    font-family: "Geist Pixel", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-variation-settings:
        "ELSH" 0;
}

p {
    font-family: "Geist Pixel", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "ELSH" 0;
}

hr {
    height: 4;
    width: 95%;
    border: none;
    background-color: black;
    margin: 10px auto;
    margin: 0;
}

.obscure-a {
    text-decoration: none;
    color: inherit;
}