#correlation_section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#correlation_section > iframe {
    width: 80%;
    height: 600px;
    border: None;
    border-radius: 0px;
    margin: 0px 0;
    transform: scale(0.8);
    margin-top: -60px;
    margin-bottom: -40px;
    /* transform-origin: top center; */
    /* max-width: 600px; */
    /* background-color:red; */
}