@font-face {
    font-family: Alfarn;
    src: url('./static/Alfarn W05 Regular.otf') format('opentype');
}

html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    background: rgba(0, 0, 0, 1);
    color: rgba(240, 240, 240, 1);
    display: flex;
    flex-direction: column;
}

#starsky {
    display: block;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    position: absolute;
    z-index: -1;
}

div.stripe {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-align: center;

    & > div {
        display: inline-block;
        width: 8px;
        height: 100%;
        margin-left: 5px;
        background: rgba(240, 240, 240, 0.1);
        vertical-align: top;

        &:first-of-type {
            margin: 0;
        }
    }
}

div.container {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

h1 {
    display: block;
    margin: 0 0 0 12px;
    font-family: Alfarn, sans-serif;
    font-size: 48px;
    font-weight: 700;
    font-width: 200%;
    letter-spacing: 7px;
}