.footer {
    width: 100%;
    background-color: #1c1c1c;
    position: relative;
    align-items: center;
    justify-content: space-between;
    display: flex;
    margin-top: 50px;
    padding: 50px 50px;
    border-top: 1px solid #444;
    color: #888;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    overflow-x: hidden;
    box-sizing: border-box;
}

.footer a {
    color: #4a90e2;
    text-decoration: none;
} /* footer link efekti */

.footer a:hover {
    color: #6ba3f0;
    text-decoration: none;
} /* footer link hover efekti */