.olympic-hosts {
    font-family: 'Arial, sans-serif';
    color: #333;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.olympic-hosts h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    color: #0056b3;
}

.olympic-hosts table {
    width: 100%;
    border-collapse: collapse;
}

.olympic-hosts td {
    vertical-align: top;
    width: 50%;
    padding: 0 10px;
}

.olympic-hosts td:first-child {
    text-align: left;
}

.olympic-hosts td:last-child {
    text-align: left; /* Aligns the right column to the left */
}

.olympic-hosts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.olympic-hosts ul li {
    font-size: 18px;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}

.olympic-hosts ul li:last-child {
    border-bottom: none;
}

.olympic-hosts ul li strong {
    color: #0056b3;
}
