body {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f9;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    background: #fff;
    padding: 20px 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    max-width: 600px;
    text-align: left;
    line-height: 1.6;
    color: #333;
}

h1 {
    color: #0056b3;
    font-size: 24px;
    margin-bottom: 20px;
    border-bottom: 2px solid #0056b3;
    padding-bottom: 10px;
}

p {
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: 0;
}

p strong {
    color: #0056b3;
}
