body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #333;
    line-height: 1.6;
}

main {
    padding: 20px;
    max-width: 800px;
    margin: 20px auto;
    background-color: #fff;
}

h2 {
    margin-bottom: 15px;
    text-align: center;
}

p {
    margin-bottom: 15px;
    text-align: center;
}

footer {
    text-align: center;
    padding: 10px;
    background-color: #dddddd;
    color: black;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
}