.chart-container {
    width: 100%;
    height: auto;
    text-align: center;
}

.chart-section {
    border: 2px solid #ccc;
    border-radius: 15px;
    padding: 20px;
    margin: 20px 0;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

.chart-subsection {
    flex: 1;
    border: 2px;
    margin: 10px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
.narrow-paragraph {
    max-width: 1500px; 
    margin: 0 auto;
    padding: 10px;
    font-size: 28px; 
    line-height: 1.3; 
    text-align: justify; 
}


.wrapper {
    width: 74%;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
}



.paragraph {
    max-width: 800px; 
    font-size: 18px;  
    line-height: 1.5; 
    margin-bottom: 20px;  
    margin-left: 15px;
    text-align: justify; 
}

body {
    background-color: #f5f5f5;
    font-family: 'Roboto', sans-serif;
    color: #333;
}


h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 30;
}
p {
    font-family: "Roboto", serif;
    font-size: 22.5px;
    font-weight: 400;
    padding-right: 80px;
}

.side-grid {
    display: flex;
    width: 100%;
}


