.main-page-title {
    font-family: Martel; 
    font-size: 38px;
    text-align: left;
    padding-left: 10%;
}

.main-body-flex-1 {
    display: flex;
    padding-left: 10%;
    padding-bottom: 10%;
}

.experience-text {
    font-family: Quicksand;
    text-align: left;
    font-size: 24px;
}

.experience-text2 {
    font-family: Quicksand;
    text-align: left;
    font-size: 24px;
}

.previous-studies {
    background-color: white;
    margin-left: 5%;
    border-radius: 2%;
    padding-right: 100px;
}

.previous-studies-text {
    margin-top: 15%;
    margin-left: 50px;
}

.study-header {
    color: darkslategray;
    font-family: Karla;
    font-size: 32px;
}

.basic-text {
    width: 40%;
}

.previous-study-body-text {
    white-space: pre-line;
    font-family: Quicksand;
    text-align: left;
    font-size: 24px;
}

.flower-img {
    position: absolute;
    bottom: -700px;
    width: 30%;
    z-index: -1;
}

/* Responsive adjustments for screens 600px or narrower */
@media (max-width: 600px) {
    .basic-text {
        width: 100%;
    }

    .main-page-title {
        font-size: 28px;
        padding: 5%;
        text-align: center;
    }

    .main-body-flex-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5%;

    }

    .experience-text, .experience-text2 {
        width: 100%;
        font-size: 18px;
        text-align: left;
    }

    .previous-studies {
        width: 90%;
        margin-top: 20px;
        padding: 15px;
        background-color: white;
        border-radius: 5px;
    }

    .previous-studies-text {
        margin-left: 0;
        text-align: left;
    }

    .study-header {
        font-size: 24px;
        text-align: center;
    }

    .previous-study-body-text {
        font-size: 18px;
        text-align: left;
    }

    .flower-img {
        width: 80%;
        margin: 20px auto;
        display: block;
        position: static;
    }
}
