body {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: #f5f5f5;
}

h1 {
    color: #333;
    margin-bottom: 30px;
}

.project-list {
    list-style: none;
    padding: 0;
}

.project-list li {
    background: white;
    margin-bottom: 10px;
    padding: 15px;
    border-left: 4px solid #333;
}

.project-list a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
}

.project-list a:hover {
    text-decoration: underline;
}