body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    background-color: #F0F2F5;
    color: rgba(0, 0, 0, 0.88);
}

.main-page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    text-align: center;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.left-aligned-container {
    padding: 40px 40px;
    text-align: left;
}

h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

h2 {
    font-size: 1.5em;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
}

p {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.text-secondary {
    font-size: 1em;
}

.email-capture {
    margin: 20px 0;
}

.email-link {
    padding: 10px 20px;
    font-size: 1em;
    text-decoration: none;
    background-color: #113858;
    color: white;
    border-radius: 2px;
    display: inline-block;
}

.links {
    margin-top: 30px;
    font-size: 0.9em;
}

.links a {
    color: #333;
    text-decoration: none;
}

a {
    color: #333;
}

ul {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 20px;
}

li {
    margin-bottom: 10px;
}