div#progress-software-icon a {
    color: white;
    display: flex;
    font-size: 23px;
    font-weight: bold;
    height: 60px;
    width: 100%;
    /* vertical-align: middle; */
    border: solid #043b87 2px;
    text-align: center;
    background-color: #176a72;
    justify-content: center;
    /* align-content: center; */
    align-items: center;
}

div#progress-software-icon a:hover {
    background-color: #05818d;
}