body {
    font-family: "Poppins", sans-serif;

    margin: 0;
    padding: 0;   
    color: #383535; 
}

#content {
    width: 80%;
    margin: 0px auto;
    text-align: center;
}
#total {
    background-color: #555;
    border-top: 4px solid #a51212;
    color: #fff;
    padding: 1em;
    margin-top: 1em;
    text-align: center;
}

#container {
    height: 500px;
}

.small {
    font-size: 0.8em;
}

#coin-list {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 15.9px;
    align-items: stretch;
    justify-content: space-between;
}

.coin {
    text-transform: uppercase;
    border: 1px solid #ccc;
    padding: 1em;
    min-width: 200px;
    text-align: center;
    background-color: #ccc;
    border-bottom: 4px solid rgb(29, 129, 175);
}

.coin h3 {
    text-shadow: 2px 2px 0px #5a0d8654;
}

.coin strong {
   color: #616161;
}  

.highcharts-figure,
.highcharts-data-table table {
    margin: 0;
    width: 100%;
}

.highcharts-data-table table {
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    text-align: center;
    width: 100%;
    max-width: 1000px;

}

.highcharts-data-table caption {
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.highcharts-description {
    margin: 0.3rem 10px;
}
