.about a:hover {
    background: #930;
    color: #FFF;
}

.about a {
    display: block;
    width: 85px;
    height: 25px;
    text-align: center;
    /* position: absolute;
    bottom: 0px;
    left: 0%; */
    background: #dd3737;
    color: #fff;
}