body {
  background: #222222;
}

#main {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#time {
    color: #ffffff;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    padding-top: 4px;
    font-size: 150%;
}

img {
    max-width: 500px;
    max-height: 500px;
}

footer {
    position: absolute;
    bottom: 0;
    right: 0;
}

#mailico {
    width: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
}
