html {
    /* Photo by Luke Jernejcic (@jernejcic): https://unsplash.com/photos/Oi31uKsnM1Q */
    background: url(../img/bg.webp) no-repeat center center fixed;
    background-size: cover;
    background-color: #08090e;
    height: 100%;
}

body {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    min-height: 100%;

    color: #fcfcff;
    margin: 0;
    padding: 0;

}

main {
    width: 100%;
    height: 100%;
    padding: 1rem;
}

h1 {
    margin: 0;
    padding: 0;
}

/* from https://github.com/twbs/bootstrap/blob/main/scss/mixins/_visually-hidden.scss */
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.wordmark {
    /* display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    background: #fff;
    position: relative; */
}