
body {
    background-image: url("../images/layout/background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.chartJs{
    position: relative;
    width:120vh;
}

@media screen and (max-width: 1080px) {
    .chartJs {
        width: 80vh;
    }
}

@media screen and (max-width: 500px) {
    .chartJs {
        width: 40vh;
    }
}





