main
{
    text-align: left;
    margin-left: 20px;
    margin-right: 10px;
}

input[type=text]
{
    margin: 8px 0;
}

body
{
    background-color: #8acced;
}

button
{
    background-color: #05a0ed;
    border: 1px solid black;
    color: white;
    text-align: center;
}

table, th
{
    text-align: center;
    border: 1px solid;
    border-collapse: collapse;
}

td
{
    text-align: center;
    border: 1px solid;
    border-collapse: collapse;
    height: 40px;
    width: 100px;
}

.container
{
    display: flex;
    background-color: #8acced;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
}

#my-chart.line {
    height: 400px;
    width: 1870px;
}

#bar-charts.bar {
    max-width: 50%;
}

.css-rainbow-text {
    background: linear-gradient(80deg, rgb(241, 11, 11), rgb(100, 110, 245), rgb(188, 101, 238));
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 50px;
    font-weight: bold;
    margin: auto;
    text-align: center;
}