body {
    background-color: #000000;
    font-size: 24px;
    color: #ffffff;
    font-family: "Lucida Console";
    text-align: center;
}
h1 {
    font-size:   48px;
    color: #ffffff;
    text-align: center;
    font-family: "Lucida Console";
}
p {
    text-align: center;
    border: 1px solid #ffffff;
    width: 14em;
    padding: 5px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}
