body {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 24px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background: #f4f6f8;
    color: #1f2933;
}

h1 {
    color: #172b4d;
}

h2 {
    color: #172b4d;
}

header {
    text-align: center;
    padding: 40px 0;
}

header h1 {
    margin-bottom: 5px;
}

header p {
    color: #667085;
    font-size: 1.1rem;
}




.project {
    background: white;
    padding: 25px;
    margin: 25px 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}


a {
    color: #2563eb;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


.tech-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    list-style: none;
}

.tech-list li {
    background: #e5e7eb;
    padding: 8px 12px;
    border-radius: 6px;
}