.widget-list {
    display:block;
    text-align: center;
    padding: 0px;
    font-size: 2em;
}

.widget-list .widget {
    margin-left:.5%;
    margin-right:.5%;
    display: inline-block;
    color: #333;
    text-decoration:none;
    transition: all 0.25s;
}

.alt {
    display: none;
}

#github:hover {
    color:#e2008b;
}

#cv:hover {
    cursor:pointer;
    color: #03bfa9;
}
