body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background-color: #f5f7fa;
    color: #333;
}

.navbar {
    background-color: #111827;
    padding: 15px 40px;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar a {
    color: white;
    text-decoration: none;
    margin-left: 20px;
    font-weight: 500;
}

.logo {
    font-size: 20px;
    font-weight: bold;
}

.container {
    padding: 60px;
}

h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #2563eb;
    color: white;
    border-radius: 6px;
    text-decoration: none;
    margin-top: 15px;
}

.project-card {
    background-color: white;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.github-link {
    display: inline-block;
    margin-top: 10px;
    color: #2563eb;
    font-weight: bold;
}
