
.links ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.links li {
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.links li:hover {
    text-decoration: underline;
}

