body {
    padding: 5px;
}

h1 {
    margin-bottom: 30px;
}

.footerElement{
    position: absolute; 
    margin-top: 10px;
}

.href {
    text-decoration: none;
    color: white;
}

.chartContainer {
    height: 300px;
    padding: 5px;
}

.clickable {
    cursor: pointer;
}
