body {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(to right, #8c52ff, #cbaaff);
    margin: 0;
    padding: 0;
    color: #333;
}

.container {
    max-width: 800px;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(140, 82, 255, 0.15);
}

header {
    text-align: center;
    padding-bottom: 20px;
}

.logo {
    width: 100px;
    margin-bottom: 10px;
}

h1 {
    color: #8c52ff;
    font-size: 28px;
    margin-bottom: 10px;
}

.date {
    color: #6b5e8c;
    font-size: 14px;
}

.content h2 {
    color: #8c52ff;
    border-bottom: 2px solid #8c52ff;
    padding-bottom: 5px;
}

.content p,
.content ul {
    line-height: 1.6;
}

a {
    color: #8c52ff;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}
