body {
    background-color: #151515;
    color: #fff;
    font-family: 'Lexend', -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    margin: 0;
    min-height: 100vh;
}

nav {
    background-color: #468b74;
    padding: 1rem;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

code {
    background-color: #212121;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    border-radius: 4px;
    font-size: 0.875rem;
    font-family: 'Cascadia Mono', 'JetBrains Mono', monospace;
}

a {
    color: #f1f1f1;
    text-underline-offset: 0.3rem;
}

a:hover {
    text-decoration-color: mediumspringgreen;
}

.brand {
    display: flex;
    align-items: center;
    margin: 0;
}

.brand-link, .language-link {
    color: #f1f1f1;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    text-underline-offset: 0.3rem;
}

.homepage-header {
    background-color: #468b74;
    padding: 1rem;
    text-align: center;
    color: #fff;
}

.pistachio {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

.highlight {
    background-color: #212121;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 999px;
    font-size: 2rem;
    text-underline-offset: 0.35rem;
}

.short-info {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.litt-mer {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    color: #60cdff;
    text-decoration: underline;
    text-underline-offset: 0.5rem;
}

.homepage-content {
    color: #fff;
    text-align: center;
}

footer {
    position: sticky;
    top: 100vh;
    padding: 1rem;
    color: #fff;
}

.copyright {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.epic-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

footer > .epic-container > .madewith > p > a {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;

    text-underline-offset: 0.3rem;
}

.blog-div {
    background-color: #212121;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding-top: 1rem;
    color: #fff;
}

.blog-stuff {
    display: flex;
    flex-direction: row;
    background-color: #212121;
    gap: 1rem;
    flex-wrap: wrap;    
    padding: 1rem 1rem 1rem 0.5rem;
}

.blog-stuff > h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.blog-post {
    padding: 1rem 1rem 1rem;
    background-color: #191919;
    color: #fff;
    text-decoration: none;
    max-width: fit-content;
    border-radius: 4px;
}

.blog-post:hover {
    background-color: #303030;
    transition: all 0.25s;
}

@media screen and (max-width: 768px) {
    .blog-post {
        width: 100%;
        max-width: 88vw;
    }

    .pistachio-showcase {
        width: 100%;
        max-width: 88vw;
    }

    .hi-im {
        font-size: 9vw;
    }

    .feature {
        width: 100%;
        max-width: 88vw;
        margin-left: 2vw;
    }

    .cta {
        width: 100%;
        max-width: 88vw;
    }
}

.feature-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    max-width: 62rem;
}

.feature {
    text-align: left;
    padding: 1rem;
    background-color: #212121;
    color: #fff;
    text-decoration: none;
    width: 27.5rem;
    height: 10rem;
    border-radius: 4px;
}

.feature-header {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

.feature > p:not(.feature-header) {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    word-wrap: break-word;
}

.whatssocool {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.whatssocool > h2 {
    text-align: left;
}

.whatssocool > p {
    text-align: left;
}

.special-stuff {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.special-containers {
    max-width: 62rem;
    padding: 1rem;
}

.special-containers > h2 {
    text-align: left;
}

.special-containers > p {
    font-size: 1.1rem;
    text-align: left;
    margin: 0;
}

.homepage-header-buttons {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.homepage-header-buttons > a {
    padding: 0.75rem;
    background-color: #212121;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.homepage-header-buttons > a:hover {
    background-color: #303030;
    transition: all 0.25s;
}

.cta {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #212121;
    color: #fff;
    padding: 1rem;
    text-align: left;
    border-radius: 4px;
    width: max-content;
}

.cta > h2 {
    margin-top: 0;
}

.cta > a {
    padding: 0.75rem;
    background-color: #468b74;
    width: max-content;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}