body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #f4f4f4;
    margin: 20px;
}

h1, h2 {
    color: #333;
}

#scrapedDatetime {
    font-size: 18px;
    color: #007bff;
    margin-bottom: 20px;
    font-weight: bold;
}

table {
    width: 80%;
    margin: 20px auto;
    border-collapse: collapse;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

th {
    background: #007bff;
    color: white;
}

tr:nth-child(even) {
    background: #f2f2f2;
}

.error {
    color: red;
}

.description {
    margin-bottom: 20px;
    color: #555;
    font-size: 16px;
    text-align: left;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.description ul {
    margin: 10px 0;
    padding-left: 20px;
}

.description ul li {
    margin-bottom: 5px;
}
