h1{
    text-align: center;
    font-family: 'Inter', serif;
    font-size: 40px;
    margin-bottom: 50px;
}

h2{
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    margin-bottom: 30px;
}

.graph{
    position: relative;
    height: 400px;
    padding: 20px;
    border-radius: 10px;
}

.graphLegend{
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}