@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

html, body{
    width: 100%;
    height: 100%;
    margin: 0;
    /*overflow: hidden;*/
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

#chart {
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}