/*style sheet to draw the text and background properly on main page above the gallery*/

body {
    background-color: black;
    font-family: "PT Sans", sans-serif;
    color: #cecdcd;
}

h1 {
    text-align: center;

}

#desc {
    /*font-weight: bold;*/
    font-size: 1.25em;
    line-height: 0.5em;
    text-align: center;
}

#prettylink {
    text-decoration: none;
    color: #828282;
    font-weight: bold;
}

#comingsoon {
    text-align: right;
}

td {
    padding: 15px;
    text-align: center;
    vertical-align: middle;
}
