body {
    background-color: #46a618;
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    height: 100vh;
}

.content-block {
    margin-top: 2.5%;
    padding: 2%;
    border-radius: 1em;
    background-color: rgb(100, 107, 8);
    text-align: center;
    color: white;
}

.content-block-stats {
    margin-top: 2.5%;
    padding: 2%;
    border-radius: 1em;
    background-color: white;
    text-align: center;
    color: rgb(100, 107, 8);
}

.imageProduct {
    width: 40%;
    display: block;
}

img {
    width: 80%;
    height: auto;
}

html{
    padding-left: 2%;
    padding-right: 2%;
}

#map { height: 80%; }

canvas {
    margin: 0 auto;
    /*width:80% !important;
    height:60% !important;*/
    width:800px !important;
    height:400px!important;
}

@media only screen and (max-width: 800px) {
    canvas {
        width:465px !important;
        height:350px !important;
    }
}
@media only screen and (max-width: 600px) {
    canvas {
        width:265px !important;
        height:150px !important;
    }
}

p {
    margin-right: 10%;
    margin-left: 10%;
}

ul {
    text-align: left;
}

h3 {
    margin-top: 5%;
}