div.fp1 article.forumPost section {
	padding: 0;
}

#main {
    background-color: #0c081a;
    font-size: 16px;
    color: #c6d6ee;
}

#text {
    margin-top: -10em;
    padding: 0em 1em 1em 1em;
}

#text h3 {
    font-size: 2em;
    text-align: center;
    color: #8B54C3;
    margin-bottom: 0em;
}

#previewbox {
    background-color: #161128;
    width: 40%;
    margin-right: 1%;
    margin-left: 1%;
    padding: 0em 0em 0.5em 0em;
    justify-content: center;
}

#previewbox h2 {
    margin-bottom: 0em;
    margin-top: 0em;
    text-align: center;
}

#previewbox img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 250px;
}

#previewbox a:hover {
    color: #c6d6ee;
}

#previewbox:hover {
    background-color: #251F39;
}

#boxcontainer {
    width: 100%;
    display: flex;
    justify-content: center;
}

#linkbox {
    font-size: 1.5em;
    text-align: center;
}

#linkbox a:hover{
    color: #c6d6ee;
}