body {
    background: #f5f7fa;
    color: #1f2933;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    margin: 0;
}

.container {
    background: #ffffff;
    border: 1px solid #d8e0e8;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(31, 41, 51, 0.08);
    margin: 0.5in;
    max-width: 760px;
    padding: 40px;
}

h1,
h2 {
    color: #1f2933;
}

.brand-lockup {
    align-items: center;
    display: flex;
    gap: 12px;
}

.brand-lockup img {
    display: block;
    height: 56px;
    width: 56px;
}

.brand-lockup h1 {
    margin: 0;
}

a {
    color: #0b6fcb;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.primary-action {
    align-items: center;
    background: #184d47;
    border: 0;
    border-radius: 6px;
    color: #ffffff;
    display: inline-flex;
    font: inherit;
    font-size: 14px;
    justify-content: center;
    margin-top: 8px;
    min-width: 96px;
    padding: 10px 16px;
    text-decoration: none;
}

.primary-action:hover {
    background: #123c38;
    text-decoration: none;
}

footer {
    color: #52616d;
    margin-top: 32px;
}
