body {
    font-family: Arial, sans-serif;
    background: #f4f4f4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
}

.content {
    background: #fff;
    border-top: 4px solid #0078c8;
    border-radius: 4px;
    padding: 40px;
    max-width: 480px;
    width: 100%;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    text-align: left;
}

.content img {
    height: 32px;
    margin-bottom: 20px;
    display: block;
}

.content h2 {
    color: #1a2a3a;
    margin: 0 0 12px 0;
    font-size: 20px;
}

.content p {
    color: #555;
    font-size: 14px;
    margin: 0 0 8px 0;
}

.content ul {
    color: #555;
    font-size: 14px;
    margin: 8px 0 16px 0;
}

.content a.button {
    display: inline-block;
    background: #0078c8;
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 14px;
    margin-top: 8px;
}

.content a.button:hover {
    background: #005fa0;
}

.redirect-msg {
    margin-top: 16px;
    font-size: 12px;
    color: #aaa;
}

/* Powered by listmonk */
body > p {
    margin-top: 16px;
    font-size: 11px;
    color: #bbb;
    text-align: center;
}

body > p a {
    color: #bbb;
    text-decoration: none;
}