body {
    background-color: #171717;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    padding: 0;
}
::selection {
    color: white;
    background-color: #d73b3b;
}
.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 920px;
    width: 100%;
}
.search_container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}
.search {
    width: 440px;
    height: 40px;
    outline: none;
    border: 1px solid #333;
    border-radius: 35px;
    padding-left: 20px;
    background-color: #1f1f1f;
    color: #7c7c7c;
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
        "wdth" 100,
        "YTLC" 500;
}
p {
    color: white;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100,
        "YTLC" 500;
}
h1:hover {
    text-decoration: line-through;
}
a,
li,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
        "wdth" 100,
        "YTLC" 500;
    text-decoration: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav {
    max-width: 920px;
    width: 100%;
    height: 80px;
    zborder: 1px solid red;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.link {
    font-size: 20px;
    font-weight: 700;
}
.link-donate {
    color: #ffdd00;
}
.link-red {
    color: #d73b3b;
}
.index-posts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.index-post-li {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
ul {
    display: flex;
    justify-content: center;
}
ul > li > a {
    font-weight: 700;
    font-size: 14px;
}
.l {
    margin-left: 40px;
}
a {
    color: white;
    transition: 0.4s ease-in-out all;
}
a:hover {
    color: #d73b3b;
}
article {
    margin-top: 100px;
    width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-size: 32px;
    color: #d73b3b;
}
.post-title {
    font-weight: 700;
    font-size: 32px;
    color: #d73b3b;
}
.post-content {
    color: white;
    font-size: 18px;
    font-weight: 400;
    margin-top: 80px;
}
.post-date,
.post-tags {
    color: #848484;
    margin-top: 10px;
}
.footer {
    display: flex;
    justify-content: center;
}
