.namecard {
    height: 120px;
    width: 525px;
    left: 50%;
    top: 50%;
    margin-left: -262.5px;
    margin-top: -60px;
    position: absolute;
}

.namecard img {
    width: 120px;
    height: 120px;
    float: left;
}

.namecard div {
    float: left;
}

.namecard div div {
    margin-left: 5px;
    color: gray;
    font-size: 15px;
    line-height: 17.5px;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
}