body {
    margin: 0;
    padding: 40px;
    background: #f4f4f4;
    font-family: Arial, sans-serif;
    color: #222;
    line-height: 1.7;
}

.container {
    max-width: 1000px;
    margin: auto;
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
}

h1 {
    text-align: center;
    margin-bottom: 10px;
}

.date {
    text-align: center;
    color: gray;
    margin-bottom: 30px;
}

h2 {
    margin-top: 30px;
    font-size: 20px;
}

p {
    margin-top: 10px;
}

ul {
    margin-top: 10px;
    padding-left: 20px;
}

li {
    margin-bottom: 8px;
}

.contact {
    margin-top: 40px;
    font-weight: bold;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}