.page-header {
    padding-top: 100px;
    height: 50vh;
}

body {
    padding-top: 100px;
}

.chip-tech {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #1e90ff, #4e60ff);
    padding: 6px 14px;
    border-radius: 24px;
    color: white;
    font-size: 13px;
    font-weight: 600;
    margin: 5px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.5px;
}

.chip-tech i {
    font-size: 15px;
}

.project-link {
    color: var(--text-main);
    border-bottom: 1px solid var(--primary);
    padding-bottom: 5px;
    transition: 0.3s;
}
