#chart{
    max-width: 90vw;
    margin: 35px auto;
    opacity: 0.9;
}
#prices{
    font-size: 1.5rem;
    margin: 0 2.5rem;
}
#prices h3{
    display: inline-block;
}
#prices h3:nth-child(2){
    float: right;
}