:root {
    --background-color: #0F222D;
    --logo-color: #DB321A;
    --accent-color: rgb(171, 171, 186);
    --main-font: "Segoe UI", 'arial', Times, serif;
}

#back_btn {
    position: absolute;
    margin-top: 15px;
    margin-left: 1.5%;
    height: 35px;
    width: 6%;
    background-color: rgb(61, 61, 242);
    color: white;
    border-color: transparent;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}

#back_btn:hover {
    background-color: darkblue;
}

#post_title {
    margin-top: 75px;
    margin-bottom: 0px;
    font-size: 60px;
    text-align: center;
}

#post_date {
    margin-top: 8px;
    text-align: center;
    color: var(--accent-color);
    font-size: 20px;
}

#text_container {
    margin-left: 3%;
    margin-right: 3%;
}

#post_text {
    font-size: 30px;
}
