html {
    font-family: "Nunito Sans", sans-serif;
    color: #bdc0c2;
    background-color: #1b1b1b;
    font-size: 1.3em;
}

.content {
    max-width: 1000px;
    width: calc(100% - 20px);
    margin: 20px;
    margin-left: auto;
    margin-right: auto;
}

#title-header {
    color: #7a6ff1;
}

a {
    color: #4b99d1;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #74a8d3;
    text-decoration: underline;
}

#article-list {
    display: flex;
    flex-direction: column;
}

#article-list > a {
    margin-left: 0.5em;
}

#pinned-article-list {
    display: flex;
    flex-direction: column;
}

#pinned-article-list>a {
    margin-left: 0.5em;
}

#article-content * {
    max-width: 100%;
}

#writer-input {
    height: 249px;
    width: 984px;
    background-color: #303135;
    color: #f2f2f2;
}

@media (min-width: 600px) and (max-width: 960px) {
    #writer-input {
        height: 75px;
        width: 75%;
    }
}

#writer-content * {
    max-width: 100%;
}

code {
    background-color: #a3717126;
    color: #e0aeb4;
    padding: .2rem .2rem .1rem .2rem;
    hyphens: none;
    line-height: 1em;
    border-radius: 0;
    word-wrap: break-word;
    word-break: break-word;
}
