body {
    font-family: Arial, sans-serif;
    background-color: #f8f8f8;
    margin: 0;
    padding: 0;
    color: #333;
}

.container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.project {
    margin-bottom: 40px;
    padding: 15px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.project h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2c3e50;
}

.project p {
    margin: 5px 0;
    line-height: 1.6;
}

.project strong {
    display: block;
    margin-bottom: 5px;
}

.project:last-child {
    margin-bottom: 0;
}
