body {
    background-color: #f0f0f0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    width: 90%;
    background-color: #e0e0e0;
    border-radius: 16px;
}

.title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.subtitle {
    font-size: 24px;
    margin-top: 0;
    text-align: center;
}

.calltoaction {
    display: block;
    text-align: center;
    color: white;
    background-color: #2c6cff;
    border-radius: 8px;
    padding: 18px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    margin: 20px 0;
}

table {
    background-color: #f0f0f0;
    width: auto;
    border-collapse: collapse;
    margin: 5px 0;
    border-radius: 8px;
}

th, td {
    padding: 5px 10px;
    text-align: left;
}

th {
    font-weight: bold;
}
