body {
    font-family: Arial, Helvetica, sans-serif;
    max-width: 750px;
    margin: 30px auto;
    padding: 0 15px;
    background-color: #ffffff;
    color: #333333;
    line-height: 1.6;
}

header {
    text-align: center;
    margin-bottom: 20px;
}

header h1 {
    font-size: 32px;
    color: #111111;
    margin-bottom: 5px;
}

header p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 15px;
}

nav a {
    color: #0056b3;
    text-decoration: none;
    font-weight: bold;
    margin: 0 5px;
}

nav a:hover {
    text-decoration: underline;
}

hr {
    border: 0;
    border-top: 1px solid #dddddd;
    margin: 25px 0;
}

h2 {
    font-size: 22px;
    color: #222222;
    margin-bottom: 12px;
}

h3 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 5px;
}

p {
    margin-bottom: 12px;
}

a {
    color: #0056b3;
}

.journey-list {
    padding-left: 20px;
}

.journey-list li {
    margin-bottom: 10px;
}


.project-item {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.project-item p {
    margin-bottom: 6px;
}

footer {
    text-align: center;
    font-size: 13px;
    color: #777777;
    margin-top: 30px;
}