.site-footer {
    text-align: center;
    padding: 20px;
    margin-top: 50px;
    background-color: #121212;
    color: #ccc;
    font-size: 14px;
    border-top: 1px solid #333;
    font-family: 'Orbitron', sans-serif;
    line-height: 1.8;
}

.site-footer p {
    margin: 5px 0;
    font-family: 'Courier New', Tahoma, Geneva, Verdana, sans-serif;
}

.site-footer a {
    margin: 3px 0;
    font-family: 'Courier New', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
}


.telegram-link-footer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    text-decoration: none;
    color: #ccc;
    transition: color 0.3s ease;
}

.telegram-link-footer:hover {
    color: #a700ff;
}

.telegram-icon-footer {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #888;
    object-fit: cover;
}

.telegram-text {
    font-weight: 500;
    font-size: 14px;
}