body {
    font-family: Arial, sans-serif;
    text-align: center;
}

#dataDisplay {
    margin: 10px;
    padding: 5px;
}

#chartContainer {
    width: 80%;
    height: 400px;
    position: relative;
    margin: auto;
}

#hashRateChart {
    width: 100%;
    height: 100%;
    position: absolute;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

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

th {
    background-color: #f2f2f2;
}

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