.uv-exposure-container {
    margin-top: 50px;
    font-family: 'Arial', sans-serif;
}
.uv-exposure-header {
    color: #333;
    margin-bottom: 30px;
}
.uv-exposure-text {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
}
.person-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,.1);
}
.chart-container img {
    width: 100%;
    padding: 15px;
    background: #f7f7f7;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,.1);
    margin-bottom: 30px;
}
.trends-section {
    margin-top: 50px;
    margin-bottom: 50px;
}