/*========== INTRO SECTION =============*/

.text-segment {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 3.6rem;
    padding-bottom: 1rem;
    font-family: 'Lora', serif;
    font-size: 1.2rem ;
    letter-spacing: .1rem; /*Separates the letters between each other to make it look nice*/
    width: auto;
}




/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    .text-segment {
        font-weight: 400;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 2rem;
        padding-bottom: 1rem;
        font-family: 'Lora', serif;
        font-size: 1.2rem ;
        letter-spacing: .1rem; /*Separates the letters between each other to make it look nice*/
        width: auto;
    }
   }


/*style="position: relative; height:70vh; width:100%; padding-right: 10rem;"*/

.chart-container {
    position: relative;
    height:70vh; 
    width:100%;
    padding-right: 10rem;
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    .chart-container {
        position: relative;
        height:80vh; 
        width:100%;
        padding-right: none;
    }
   }