body {
    color:#EEEEEE;
    background-color: black;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: lighter;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
div {
    text-align: center;
}
a.button {
    font: bold 20px Arial;
    text-decoration: none;
    background-color: #13C800;
    color: #333333;
    padding: 10px 100px 10px 100px;
}
a.button:hover {
    background-color: #15E000;
}
h1 {
    font-size: 2.5em;
    padding-bottom: 50px;
    padding-top: 35px;
}
p.mission1 {
    font-size: 3em;
    padding-top: 35px;
    margin-bottom: -50px;
}
p.mission2 {
    font-size: 6em;
    margin-bottom: 70px;
}
p.contact {
    padding-top: 40px;
}
