﻿body {
    background-color: #1e1e1e;
}

.pageContent
{
    background-color: #1e1e1e;

}

#launchText {
    color: white;
    font-size: 10pt;
    left: 50%;
    margin: 0 -225px;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 450px;
}