body {
    color: #EEBBFF;
    background-color: #110024;
}

a:link {
    color: #FFFFFF;
}

a:visited {
    color: #EEBBFF;
}

h1 {
    text-align: center;
    font-weight: bold;
}

h4 {
    text-align: center;
}

.content-container {
    position: absolute;
    left: 11%;
    right: 11%;
    top: 0px;
}

.left-sidebar {
    background-color: #000000;
    width: 10%;
    position: absolute;
    padding-top: 2%;
    overflow: hidden;
    border-radius: 25px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    text-align: center;
}

.right-sidebar {
    background-color: #000000;
    width: 10%;
    position: absolute;
    overflow: hidden;
    padding-top: 2%;
    border-radius: 25px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.post-container {
    width: 96%;
    padding: 0 2%;
    text-align: justify;
    background-color: #000000;
    border-radius: 25px;
}

.post-info-container {
    font-size: smaller;
    width: 90%;
    padding: 10px 5% 0px 5%;
    display: table;
}

.post-time {
    text-align: left;
    width: 50%;
    display: table-cell;
}

.author-info {
    text-align: right;
    width: 50%;
    display: table-cell;
}

#Archive {
    width: 100%;
    text-align: left;
}