body {
    font-family: Georgia, serif;
    background-color: #f5f5f5;
    margin: 20px;
}

h1 {
    font-size: 36px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

p {
    line-height: 1.6;
    text-indent: 2em;
}

form {
    text-align: center;
}