body {
    font-family: Arial, sans-serif;
    margin: 20px auto;
    padding: 20px;
    max-width: 800px;
    line-height: 1.6;
    text-align: center;
}

h1 {
    color: #333;
}

p {
    font-size: 18px;
}

a {
    color: blue;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
