.content {
    float: left;
    width: 100%;
    padding: 20px;
    font-weight: 100;
    color: #2b2b29;
    text-align: center;
}

.file {
    float: left;
    width: 100%;
    text-align: center;
}

.file a {
    color: #fff;
    border-radius: 100%;
    text-align: center;
    width: 60px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    background-color: #EE4459;
}