/* CSS Comment: Basic styling for the project plan page */

body {
    font-family: sans-serif;
    background-color: #f5f5f5;
    color: #222;
    padding: 20px;
}

h1, h2 {
    color: #32d27a; /* soft green highlight */
}

a {
    color: #ff3b30; /* soft red highlight */
}

section {
    background: white;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 6px;
    border: 1px solid #ddd;
}
