body {
    background: #cccccc;
    font-family: helvetica;
    font-size: 16px;
    text-align: center;
    color: #4d4d4d;
}

.logo {
    width: 200px;
}

h2 {
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
}


footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    font-size: 12px;
}

