﻿* {
    box-sizing: border-box;
}

@font-face {
    font-family: JetbrainsMono;
    src: url(JetBrainsMono-Regular.woff2);
}

body {
    margin: 0;
    height: 100%;
    background-color: #fff;
    color: #262626;
    font-weight: 400;
    font-family: JetBrainsMono, monospace;
    line-height: 1.725;
    text-rendering: geometricPrecision;
    flex: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

p {
    margin-block-start: 0.25rem;
    margin-block-end: 0.25rem;
}

.max-width {
    max-width: 60rem;
}

.px3 {
    padding-right: 1rem;
    padding-left: 1rem;
}

.py-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.mx-auto {
    margin-right: auto;
    margin-left: auto;
}

.content {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow-wrap: break-word;
}

.content h1 a, .content .h1 a, .content h2 a, .content h3 a, .content h4 a, .content h5 a, .content h6 a {
    background: none;
    color: inherit;
    text-decoration: none;
}

h1, .h1 {
    display: block;
    margin-top: 3rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
    color: #2bbc8a;
    letter-spacing: .01em;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.post-list {
    padding: 0;
}

@media (min-width: 480px) {
    .post-list .post-item {
        display: flex;
        margin-bottom: 5px;
    }
}

.post-list .post-item {
    margin-bottom: 1rem;
    margin-left: 0;
    list-style-type: none;
}

.content a {
    color: #383838;
    text-decoration: none;
    background-image: linear-gradient(transparent, transparent 5px, #383838 5px, #383838);
    background-position: bottom;
    background-size: 100% 6px;
    background-repeat: repeat-x;
}

.d-flex {
    display: flex;
}


@media (max-width: 480px) {
    /*less than 480px*/
    .pt-xs-2 {
        padding-top: 2rem !important;
    }
    .d-xs-flex {
        display: flex !important;
    }

    .w-xs-100 {
        width: 100% !important;
    }

    .h-xs-initial {
        height: initial !important;
    }
}

@media (min-width: 480px) {
    /*more than 480px*/
    .d-md-flex {
        display: flex !important;
    }
}

li {
    margin: 5px 0;
}

.flex-gap-1rem {
    gap: 1rem
}

.text-nowrap {
    white-space: nowrap
}

.mr05rem {
    margin-right: 0.5rem;
}

.mr3rem {
    margin-right: 2rem;
}

.separator {
    height: 0.25rem;
}

.m-auto {
    margin: auto;
}

.mt-2 {
    margin-top: 0.5rem
}

.mt-3 {
    margin-top: 0.75rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-4 {
    margin-top: 1.5rem
}

.justify-content-between {
    justify-content: space-between;
}

.align-flex-end {
    align-items: flex-end;
}

.mb-2 {
    margin-bottom: 0.5rem
}

.mb-3 {
    margin-bottom: 1rem
}

.color-green {
    color: #2bbc8a;
}
