body {
    font-family: Verdana, sans-serif;
    background-color: #f4f4f9;
    color: #333;
    margin: 0;
    padding: 20px;
    line-height: 1.6;
    text-align: justify;
}

h1, h2 {
    text-align: center;
    color: #2c3e50;
}

h1 {
    margin-bottom: 40px;
    font-size: 2.5em;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.5em;
}

p {
    margin: 10px 0;
}

footer {
    text-align: center;
    margin-top: 40px;
    font-size: 1.2em;
    color: #555;
}
