body {
    font-family: Arial, sans-serif;
    padding: 2.5rem;
}

h1, h2 {
    text-align: center;
}

footer {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.chart-container {
    margin: 1.5rem;
    margin-right: 5rem;
    margin-left: 5rem;
}

.charts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}

body {
    background-image: url("https://cdn.discordapp.com/attachments/992923898192601118/1112395199881158676/mar-cerdeira-bBF9e2UUh88-unsplash_tinted.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}