body {
    background: #f2f2f2;
    font-family: Arial, sans-serif;
    text-align: center;
    padding-top: 80px;
}

#content {
    max-width: 600px;
    margin: auto;
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
}

h1 {
    font-size: 28px;
    margin-bottom: 10px;
}

p {
    font-size: 18px;
}
