@font-face {
    font-family: Iosevka;
    src: url(IosevkaNF-Regular.woff2);
    font-weight: normal;
}

@font-face {
    font-family: Iosevka;
    src: url(IosevkaNF-Bold.woff2);
    font-weight: bold;
}

* {
    color: #d3c6aa;
    font-family: "Iosevka";
    font-style: normal;
    font-size: 24px;
}

.root {
    display: flex;
    justify-content: center;
    background-color: #1e2326;
}

.main-part {
    width: 60%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-width: 500px;

    border-width: 4px;
    border-style:solid;
    border-color: #a7c080;
}

.left-part {
    margin-right: 16px;
    width: 200px;

    border-width: 4px;
    border-style: solid;
    border-color: #a7c080;

    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: center;
    padding: 10px;
}

.site-title {
    font-size: 72px;
    display: inline;
    font-family: "Iosevka";
    font-weight: bold;
    color: #83c092;
    color: #7fbbb3;
    text-align: center;
}

.bg-0 {
    background-color: #272e33;
}

.bg-1 {
    background-color: #2e383c;
}

.center-children-h {
    display: flex;
    justify-content: center;
}

.line {
    width: 100%;
    height: fit-content;
}

.break {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #9da9a0;
}

.site-block {
    a {
        font-size: 20px;
    }

    width: 100%;
    display: flex;
    flex-wrap:wrap;
    padding: 16px;
    font-size: 20px;
    background-color: #2e383c;
    margin-bottom: 1ch;
}

.yellow-site-block-title {
    margin-left: 0px;
    padding-left: 8px;
    color: #dabc7f;
    background-color: #45443c;
}

.purple-site-block-title {
    margin-left: 0px;
    padding-left: 8px;
    color: #d699b6;
    background-color: #463f48;
}

.green-site-block-title {
    margin-left: 0px;
    padding-left: 8px;
    color: #a7c080;
    background-color: #3c4841;
}

.small-text {
    font-size: 14px;
    align-self: flex-end;
}

.line-break {
    margin-bottom: 10px;
}

.post-preview-container-h {
    height: 100px;
    width: 100%;
    aspect-ratio: 1;
    background-color: #414b50;
    border: solid 3px;
    border-color: #9da9a0;
    padding: 10px;
    margin-bottom: 10px;
}

.post-preview-container-h:hover {
    height: 100px;
    width: 100%;
    aspect-ratio: 1;
    background-color: #4f5b58;
    border: solid 3px;
    border-color: #9da9a0;
    padding: 10px;
    margin-bottom: 10px;
}

.post-preview-link-h {
    text-decoration: none;
    display: flex;
    margin: 0px;
    width: 100%;
    height: 100%;
}

.post-preview-link-h:hover {
    text-decoration: underline;
    display: flex;
    margin: 0px;
    width: 100%;
    height: 100%;
}

.post-preview-image-h {
    height: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    margin-right: 10px;
}

.post-preview-text-block-h {
    width: 100%;
    overflow: hidden;
    align-self: center;
    display: flex;
    flex-direction: column;
}

.post-preview-title-h {
    width: 100%;
    height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.post-preview-meta-h {
    width: 100%;
    font-size: 16px;
    color: #9da9a0;
}
