@font-face{
    font-family:"Pixelated MS Sans Serif";
    font-style:normal;
    font-weight:400;
    src:url(fonts/ms_sans_serif.woff) format("woff");
    src:url(fonts/ms_sans_serif.woff2) format("woff2")
}
@font-face{
    font-family:"Pixelated MS Sans Serif";
    font-style:normal;
    font-weight:700;
    src:url(fonts/ms_sans_serif_bold.woff) format("woff");
    src:url(fonts/ms_sans_serif_bold.woff2) format("woff2")
}

body {
    background-image: url("space_seamless.png");
    background-size: 320px;
    background-position: 0 0;
    image-rendering: pixelated;
}

#topBar {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
    height: 165px;
    background-image: url("topBar.png");
    background-size: 1000px;
}

h1 {
    font-family: "Pixelated MS Sans Serif", Arial;
    font-size: 55px;
    margin: 20px;
    color: #bcfff3;
    text-shadow: 5px 5px #169d8f;
}

p {
    font-family: "Pixelated MS Sans Serif", Arial;
    font-size: 28px;
    margin-top: 20px;
    color: #002b3a;
    vertical-align: top;
    display: inline-block;
}

#mainDiv {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
    padding-top: 10px;
    background-color: #169d8f;
    border: 5px solid #002b3a;
    box-sizing: border-box;
}

#mainDivBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 990px;
    height: 130px;
    background-image: url("mainDivBottom.png");
    background-size: 320px;
}

.postDiv {
    position: relative;
    margin-top: 10px;
    margin-left: 20px;
    width: 950px;
    height: 80px;
    background-image: url("postDiv.png");
    background-size: 160px;
    border: 5px solid #666;
    box-sizing: border-box;
    z-index: 1;
}

.postIcon {
    width: 32px;
    height: 32px;
    margin: 14px;
    display: inline-block;
    background-color: #c8c8c8;
    border: 2px solid #666;
}