html {
    background-color: #181a1b;
    color: #e8e6e3;
}

a{
    color: #3391ff;
    text-decoration: none;
}

a:hover{
    color: #4491ff;
    text-decoration: underline;
}


.post-content {
    margin-top: 10vh;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.text-content {
    padding: 25px;
}

.nav-links a {

    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    text-decoration: none;
    color: #e8e6e3;
    background-color: #18181A;
    border-radius: 2px;
    border: 2px solid #e8e6e3;
    margin-right: 10px;
}

.nav-links a:hover{
    background-color: #5e0e13;
}

