body { background-color: #f8f9fa; }
.navbar {
    border-bottom: 2px solid #e83e8c;
    background-color: white !important;
}
.navbar-brand {
    color: #e83e8c !important;
    font-weight: bold;
}
.contact-container {
    max-width: 800px;
    margin: 50px auto;
    padding: 30px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    border-top: 5px solid #e83e8c;
}
.telegram-link {
    display: inline-block;
    margin-top: 20px;
    font-weight: bold;
    color: #e83e8c;
    text-decoration: none;
    font-size: 1.2rem;
}
.telegram-link:hover {
    text-decoration: underline;
    color: #d63384;
}
