body {
    background:#f5f7fb;
    font-family:Arial, sans-serif;
}

.box {
    width:420px;
    margin:120px auto;
    background:white;
    padding:40px;
    border-radius:12px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

h1 {
    color:#2563eb;
}

p {
    color:#555;
}

.status {
    margin:25px 0;
    padding:12px;
    background:#e8fff0;
    color:#16803c;
    border-radius:8px;
}

a {
    color:#2563eb;
    text-decoration:none;
}
