body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.content-column {
    width: 600px;
    margin: 0 auto;
    text-align: justify;
    padding: 24px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

a {
    color: #f97316;
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    font-weight: 700;
}
