.project {
    max-width: 800px;
    margin: 2rem auto;
    padding: 1rem;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.project h1 {
    color: #1f2937;
    margin-bottom: 1rem;
}

.project h2 {
    color: #374151;
    margin-top: 1.5rem;
}

.project ul {
    list-style: disc;
    padding-left: 1.5rem;
}

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

.project a:hover {
    text-decoration: underline;
}
