@import url(https://fonts.googleapis.com/css?family=Didact+Gothic:400);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,400,600);

* {
    background-color: #2d2d2d;
    text-align: justify;
    letter-spacing: 3px;
    font-family: "Roboto";
    font-weight: lighter;
}

#header, h2 {
    font-size: 40px;
    margin: 0 auto;
    width: 464px;
    color: #989898;
}

#main_body {
    font-size: 30px;
    margin: 0 auto;
    color: rgb(182, 182, 182);
    width: 65%;
    line-height: 1.7em;
    transform: translateY(75%);
    -ms-transform: translateY(75%);
    -moz-transform: translateY(75%);
    -webkit-transform: translateY(75%);
    -o-transform: translateY(75%);
}

a {
    color: rgb(182, 182, 182);
}

@media screen and (max-width: 900px) {
    #main_body {
        width: 80%;
    }
}