header {
    background-color: #f8f9fa;
    padding: 20px;
    text-align: center;
    border-bottom: 2px solid #e9ecef;
    color: #343a40;
    font-family: 'Arial', sans-serif;
    font-size: 2.5em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px #ced4da;
}

body {
    margin: 0;
    font-family: 'Helvetica Neue', sans-serif;
    background-color: #ffffff;
    color: #212529;
}

#inspiration {
    font-style: italic;
    color: #495057;
    margin-top: 20px;
}

main {
    padding: 40px;
    max-width: 800px;
    margin: auto;
    line-height: 1.6;
    font-size: 1.2em;
}

p {
    margin-bottom: 20px;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

footer {
    background-color: #f1f3f5;
    text-align: center;
    padding: 15px;
    border-top: 2px solid #e9ecef;
    font-size: 0.9em;
    color: #6c757d;
    margin-top: 40px;
}