body {
    font-family: "Lucida Console", "Courier New", monospace;
    text-align: center;
    line-height: 1.6;
}

footer {
    margin-top: 80px;
    font-size: 12px;
}

#cell, #email {
    position: relative;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
}