* {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.no-cities-container {
    text-align: center;
    margin-top: 20px;
}

.no-cities-message {
    font-size: 18px;
    color: #333;
}

.no-cities-link {
    font-weight: bold;
    text-decoration: none;
    color: #007bff;
    transition: color 0.3s;
}

.no-cities-link:hover {
    color: #0056b3;
}