body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f5f0f7;
    color: #333;

    display: flex;
    justify-content: center;
    align-items: center;

    min-height: 100vh;
}

main {
    text-align: center;
    padding: 40px;
}

h1 {
    font-size: 48px;
}

p {
    font-size: 20px;
}

button {
    padding: 12px 24px;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}