body {
    font-family: "helveticaneue", "Arial", sans-serif;
    margin-left: 3%;
    margin-right: 3%;
    background-image: url(https://i.imgur.com/PHXUPW8.jpg);
    background-attachment: fixed;
    background-color: white;
}
#chartContainer {
    display: flex;
    width: 65em;
    height: 35em;
    margin-left: 10%;
    margin-right: 10%;
    background-color: rgba(3, 27, 27, 0.637)
    
}
h1 {
    text-align: center;
}
h2 {
    font-size: 3em;
    font-weight: bold;
    text-align: center;
}
.p1 {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}
#description {
    font-family: "helveticaneue", "Arial", sans-serif;
    text-align: center;
    margin-left: 30%;
    margin-right: 30%;
}