main {
    color: whitesmoke;
}
main::selection {
    background: white;
}
h1 {
    margin-bottom: 30px;
}
.article-card {
    font-family: 'Jost', 'Open Sans', sans-serif;
    margin-bottom: 20px;
    padding-left: 20px;
    border-radius: 15px;
    text-align: center;
}
.article-card *::selection {
    background: rgba(0, 0, 0, 0.3);
}
.article-card a {
    color: rgba(255, 0, 0, 0.85);
}
.article-card a {
    color: rgba(255, 0, 0, 0.85);
}
#wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}