.main-block-container {
    font-size: 1.5rem;
    width: 90%;
}

.mpContainer {
    width: 100% !important;
    max-width: unset !important;
    margin: unset !important;
    padding: unset !important;
}

.page-header {
    margin-bottom: 2rem !important;
}
p{
    padding: 1rem;
}


.page-header, footer, footer.footer-beige {
    background-color: #DBE8D6;
    border: 6px solid #DBE8D6;
    width: 100%;
}
.title {
    font-family: "multicolore", sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0;
    border-bottom: #9a5924 0.1rem solid;
    display: block;
    width: 100%;
    padding: 1rem;
    padding-top: 2rem;
    margin-bottom: 1rem;
    text-align: left;
}

.source-container {
    border-color: var(--palette-green);
}

.side-item:hover, .backbutton:hover {
    background-color: var(--palette-green);
}

.backbutton {
    border-top: rgb(77, 139, 49, 0.5) 0.1rem solid;
}

.CancerStats {
    display: flex;
    margin: auto;
    object-fit: contain;
    width: 40%;
    padding: 1rem;
    align-content: center;
    flex-direction: column;
}
.last{
    margin-bottom: 50px;
}

.pillar-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.pillarimg {
    width: 40%
}
.pillartext{
    width:60%
}
#overViewImg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60%;
    margin: auto;
}
#plainText{
    display: none;
}
#plainbutton {
    background-color: var(--palette-turquoise);
    color: black !important;
    font-size: 1.5rem;
    font-family: "myriad-pro", sans-serif;
    font-weight: bold;
    font-style: normal;
    float: right;
    border: 6px solid var(--palette-turquoise);
    border-radius: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: fit-content;
    height: fit-content;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-top: -3rem;
    margin-right: 2rem;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

#plainbutton:hover {
    background-color: #50e7cc;
    border-color: var(--palette-turquoise);
    color: white !important;
}

#plainbutton.active {
    background-color: #50e7cc;
    border-color: var(--palette-turquoise);
    color: white !important;
}

/* Defining for mobile*/
@media only screen and (max-device-width: 768px) {
    .CancerStats {
        width: 100%;
    }
    #plainbutton {
        margin-top: 2rem;
    }
    #overViewImg {
        width: 100%;
        float: unset;
    }
    .pillarimg {
        width: 100%
    }
    .pillartext{
        width:100%
    }
    .pillar-container {
        flex-direction: column;
        width: 100%;
    }
    .rowreverse {
        flex-direction: column-reverse !important;
    }
}