.membership-section {
    margin: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f9f9f9;
}
.membership-section h2 {
    text-align: center;
    color: #333;
}
.membership-section h3 {
    text-align: center;
    color: #333;
}

.contact-info, .note, .download {
    margin-bottom: 20px;
}
.membership-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.membership-table th, .membership-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}
.membership-table th {
    background-color: #f2f2f2;
}
.download-btn {
    display: block;
    width: 200px;
    margin: 0 auto;
    padding: 10px 20px;
    background-color: #0073e6;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}
.download-btn:hover {
    background-color: #000000;
}