h1 {
    text-align:center;
    font-size: 70px;
    font-weight: 600;
    background-image: linear-gradient(to left, #db6618, #d4741b);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
  }

#matplotlib-bar{
    margin: auto;
    width: 50%;
    border: 3px solid rgb(83, 8, 8);
    padding: 10px;
}

#matplotlib-lineplot
{
    margin: auto;
    width: 50%;
    border: 3px solid rgb(83, 8, 8);
    padding: 10px;
}